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 - Enables CPU stalling.
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 - Sets the CPU stall waiting cycle (using the RTC fast clock).
sourcepub fn ck8m_wait(&mut self) -> CK8M_WAIT_W<'_, 6>
pub fn ck8m_wait(&mut self) -> CK8M_WAIT_W<'_, 6>
Bits 6:13 - Sets the 8 MHz clock waiting (using the RTC slow clock).
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 - Sets the XTAL waiting cycle (using the RTC slow clock).
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 - Sets the PLL waiting cycle (using the RTC slow clock).
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