Struct esp32c2_hal::pac::dma::misc_conf::W
pub struct W(_);
Expand description
Register MISC_CONF
writer
Implementations§
§impl W
impl W
pub fn ahbm_rst_inter(
&mut self
) -> BitWriterRaw<'_, u32, MISC_CONF_SPEC, bool, BitM, 0>
pub fn ahbm_rst_inter(
&mut self
) -> BitWriterRaw<'_, u32, MISC_CONF_SPEC, bool, BitM, 0>
Bit 0 - Set this bit, then clear this bit to reset the internal ahb FSM.
pub fn arb_pri_dis(
&mut self
) -> BitWriterRaw<'_, u32, MISC_CONF_SPEC, bool, BitM, 2>
pub fn arb_pri_dis(
&mut self
) -> BitWriterRaw<'_, u32, MISC_CONF_SPEC, bool, BitM, 2>
Bit 2 - Set this bit to disable priority arbitration function.
pub fn clk_en(&mut self) -> BitWriterRaw<'_, u32, MISC_CONF_SPEC, bool, BitM, 3>
pub fn clk_en(&mut self) -> BitWriterRaw<'_, u32, MISC_CONF_SPEC, bool, BitM, 3>
Bit 3 - reg_clk_en
Methods from Deref<Target = W<MISC_CONF_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<MISC_CONF_SPEC>> for W
impl From<W<MISC_CONF_SPEC>> for W
§fn from(writer: W<MISC_CONF_SPEC>) -> W
fn from(writer: W<MISC_CONF_SPEC>) -> W
Converts to this type from the input type.