pub struct W(_);
Expand description
Register SYS_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 - reg_apb_fifo_mask.
sourcepub fn mem_clk_force_on(&mut self) -> MEM_CLK_FORCE_ON_W<'_, 1>
pub fn mem_clk_force_on(&mut self) -> MEM_CLK_FORCE_ON_W<'_, 1>
Bit 1 - reg_mem_clk_force_on.
sourcepub fn mem_force_pd(&mut self) -> MEM_FORCE_PD_W<'_, 2>
pub fn mem_force_pd(&mut self) -> MEM_FORCE_PD_W<'_, 2>
Bit 2 - reg_rmt_mem_force_pd.
sourcepub fn mem_force_pu(&mut self) -> MEM_FORCE_PU_W<'_, 3>
pub fn mem_force_pu(&mut self) -> MEM_FORCE_PU_W<'_, 3>
Bit 3 - reg_rmt_mem_force_pu.
sourcepub fn sclk_div_num(&mut self) -> SCLK_DIV_NUM_W<'_, 4>
pub fn sclk_div_num(&mut self) -> SCLK_DIV_NUM_W<'_, 4>
Bits 4:11 - reg_rmt_sclk_div_num.
sourcepub fn sclk_div_a(&mut self) -> SCLK_DIV_A_W<'_, 12>
pub fn sclk_div_a(&mut self) -> SCLK_DIV_A_W<'_, 12>
Bits 12:17 - reg_rmt_sclk_div_a.
sourcepub fn sclk_div_b(&mut self) -> SCLK_DIV_B_W<'_, 18>
pub fn sclk_div_b(&mut self) -> SCLK_DIV_B_W<'_, 18>
Bits 18:23 - reg_rmt_sclk_div_b.
sourcepub fn sclk_sel(&mut self) -> SCLK_SEL_W<'_, 24>
pub fn sclk_sel(&mut self) -> SCLK_SEL_W<'_, 24>
Bits 24:25 - reg_rmt_sclk_sel.
sourcepub fn sclk_active(&mut self) -> SCLK_ACTIVE_W<'_, 26>
pub fn sclk_active(&mut self) -> SCLK_ACTIVE_W<'_, 26>
Bit 26 - reg_rmt_sclk_active.
Methods from Deref<Target = W<SYS_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