pub struct W(_);
Expand description
Register APB_CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn apb_fifo_mask(&mut self) -> APB_FIFO_MASK_W<'_, 0>
pub fn apb_fifo_mask(&mut self) -> APB_FIFO_MASK_W<'_, 0>
Bit 0 - Set this bit to disable apb fifo access
sourcepub fn mem_tx_wrap_en(&mut self) -> MEM_TX_WRAP_EN_W<'_, 1>
pub fn mem_tx_wrap_en(&mut self) -> MEM_TX_WRAP_EN_W<'_, 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>>
Trait Implementations
sourceimpl From<W<APB_CONF_SPEC>> for W
impl From<W<APB_CONF_SPEC>> for W
sourcefn from(writer: W<APB_CONF_SPEC>) -> Self
fn from(writer: W<APB_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more