pub struct W(_);
Expand description
Register APB_CONF
writer
Implementations§
§impl W
impl W
pub fn apb_fifo_mask(
&mut self
) -> BitWriterRaw<'_, u32, APB_CONF_SPEC, bool, BitM, 0>
pub fn apb_fifo_mask(
&mut self
) -> BitWriterRaw<'_, u32, APB_CONF_SPEC, bool, BitM, 0>
Bit 0 - Set this bit to disable apb fifo access
pub fn mem_tx_wrap_en(
&mut self
) -> BitWriterRaw<'_, u32, APB_CONF_SPEC, bool, BitM, 1>
pub fn mem_tx_wrap_en(
&mut self
) -> BitWriterRaw<'_, u32, APB_CONF_SPEC, bool, BitM, 1>
Bit 1 - when datas need to be send is more than channel’s mem can store then set this bit to enable reusage of mem this bit is used together with reg_rmt_tx_lim_chn.
Methods from Deref<Target = W<APB_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<APB_CONF_SPEC>> for W
impl From<W<APB_CONF_SPEC>> for W
§fn from(writer: W<APB_CONF_SPEC>) -> W
fn from(writer: W<APB_CONF_SPEC>) -> W
Converts to this type from the input type.