pub struct R(_);
Expand description
Register TIMER1
reader
Implementations
sourceimpl R
impl R
sourcepub fn cpu_stall_en(&self) -> CPU_STALL_EN_R
pub fn cpu_stall_en(&self) -> CPU_STALL_EN_R
Bit 0 - CPU stall enable bit
sourcepub fn cpu_stall_wait(&self) -> CPU_STALL_WAIT_R
pub fn cpu_stall_wait(&self) -> CPU_STALL_WAIT_R
Bits 1:5 - CPU stall wait cycles in fast_clk_rtc
sourcepub fn ck8m_wait(&self) -> CK8M_WAIT_R
pub fn ck8m_wait(&self) -> CK8M_WAIT_R
Bits 6:13 - CK8M wait cycles in slow_clk_rtc
sourcepub fn xtl_buf_wait(&self) -> XTL_BUF_WAIT_R
pub fn xtl_buf_wait(&self) -> XTL_BUF_WAIT_R
Bits 14:23 - XTAL wait cycles in slow_clk_rtc
sourcepub fn pll_buf_wait(&self) -> PLL_BUF_WAIT_R
pub fn pll_buf_wait(&self) -> PLL_BUF_WAIT_R
Bits 24:31 - PLL wait cycles in slow_clk_rtc
Methods from Deref<Target = R<TIMER1_SPEC>>
Trait Implementations
sourceimpl From<R<TIMER1_SPEC>> for R
impl From<R<TIMER1_SPEC>> for R
sourcefn from(reader: R<TIMER1_SPEC>) -> Self
fn from(reader: R<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