pub struct W(_);
Expand description
Register TIMER1
writer
Implementations
sourceimpl W
impl W
sourcepub fn cpu_stall_en(&mut self) -> CPU_STALL_EN_W<'_, 0>
pub fn cpu_stall_en(&mut self) -> CPU_STALL_EN_W<'_, 0>
Bit 0 - CPU stall enable bit
sourcepub fn cpu_stall_wait(&mut self) -> CPU_STALL_WAIT_W<'_, 1>
pub fn cpu_stall_wait(&mut self) -> CPU_STALL_WAIT_W<'_, 1>
Bits 1:5 - CPU stall wait cycles in fast_clk_rtc
sourcepub fn ck8m_wait(&mut self) -> CK8M_WAIT_W<'_, 6>
pub fn ck8m_wait(&mut self) -> CK8M_WAIT_W<'_, 6>
Bits 6:13 - CK8M wait cycles in slow_clk_rtc
sourcepub fn xtl_buf_wait(&mut self) -> XTL_BUF_WAIT_W<'_, 14>
pub fn xtl_buf_wait(&mut self) -> XTL_BUF_WAIT_W<'_, 14>
Bits 14:23 - XTAL wait cycles in slow_clk_rtc
sourcepub fn pll_buf_wait(&mut self) -> PLL_BUF_WAIT_W<'_, 24>
pub fn pll_buf_wait(&mut self) -> PLL_BUF_WAIT_W<'_, 24>
Bits 24:31 - PLL wait cycles in slow_clk_rtc
Methods from Deref<Target = W<TIMER1_SPEC>>
Trait Implementations
sourceimpl From<W<TIMER1_SPEC>> for W
impl From<W<TIMER1_SPEC>> for W
sourcefn from(writer: W<TIMER1_SPEC>) -> Self
fn from(writer: W<TIMER1_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