pub struct W(_);
Expand description
Register SYS_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 - 1’h1: access memory directly. 1’h0: access memory by FIFO.
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 - Set this bit to enable the clock for RMT memory.
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 - Set this bit to power down RMT memory.
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 - 1: Disable RMT memory light sleep power down function. 0: Power down RMT memory when RMT is in light sleep mode.
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 - the integral part of the fractional divisor
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 - the numerator of the fractional part of the fractional divisor
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 - the denominator of the fractional part of the fractional divisor
sourcepub fn sclk_sel(&mut self) -> SCLK_SEL_W<'_, 24>
pub fn sclk_sel(&mut self) -> SCLK_SEL_W<'_, 24>
Bits 24:25 - choose the clock source of rmt_sclk. 1:CLK_80Mhz;2:CLK_8MHz; 2:XTAL
sourcepub fn sclk_active(&mut self) -> SCLK_ACTIVE_W<'_, 26>
pub fn sclk_active(&mut self) -> SCLK_ACTIVE_W<'_, 26>
Bit 26 - rmt_sclk switch
Methods from Deref<Target = W<SYS_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<SYS_CONF_SPEC>> for W
impl From<W<SYS_CONF_SPEC>> for W
sourcefn from(writer: W<SYS_CONF_SPEC>) -> Self
fn from(writer: W<SYS_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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