pub struct R(_);
Expand description
Register TIMER1_CFG0
reader
Implementations
sourceimpl R
impl R
sourcepub fn timer1_prescale(&self) -> TIMER1_PRESCALE_R
pub fn timer1_prescale(&self) -> TIMER1_PRESCALE_R
Bits 0:7
sourcepub fn timer1_period(&self) -> TIMER1_PERIOD_R
pub fn timer1_period(&self) -> TIMER1_PERIOD_R
Bits 8:23
sourcepub fn timer1_period_upmethod(&self) -> TIMER1_PERIOD_UPMETHOD_R
pub fn timer1_period_upmethod(&self) -> TIMER1_PERIOD_UPMETHOD_R
Bits 24:25
Methods from Deref<Target = R<TIMER1_CFG0_SPEC>>
Trait Implementations
sourceimpl From<R<TIMER1_CFG0_SPEC>> for R
impl From<R<TIMER1_CFG0_SPEC>> for R
sourcefn from(reader: R<TIMER1_CFG0_SPEC>) -> Self
fn from(reader: R<TIMER1_CFG0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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