pub struct W(_);Expand description
Register APB_CONF writer
Implementations§
source§impl 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 - 1’h1: access memory directly. 1’h0: access memory by FIFO.
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 - This is the enable bit for wraparound mode: it will resume sending at the start when the data to be sent is more than its memory size.
sourcepub fn mem_clk_force_on(&mut self) -> MEM_CLK_FORCE_ON_W<'_, 2>
pub fn mem_clk_force_on(&mut self) -> MEM_CLK_FORCE_ON_W<'_, 2>
Bit 2 - Set this bit to enable the clock for RMT memory.
sourcepub fn mem_force_pd(&mut self) -> MEM_FORCE_PD_W<'_, 3>
pub fn mem_force_pd(&mut self) -> MEM_FORCE_PD_W<'_, 3>
Bit 3 - Set this bit to power down RMT memory.
sourcepub fn mem_force_pu(&mut self) -> MEM_FORCE_PU_W<'_, 4>
pub fn mem_force_pu(&mut self) -> MEM_FORCE_PU_W<'_, 4>
Bit 4 - 1: Disable RMT memory light sleep power down function. 0: Power down RMT memory when RMT is in light sleep mode.
Methods from Deref<Target = W<APB_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more