pub struct W(_);Expand description
Register TIMER1_CFG0 writer
Implementations
sourceimpl W
impl W
sourcepub fn timer1_prescale(&mut self) -> TIMER1_PRESCALE_W<'_>
pub fn timer1_prescale(&mut self) -> TIMER1_PRESCALE_W<'_>
Bits 0:7
sourcepub fn timer1_period(&mut self) -> TIMER1_PERIOD_W<'_>
pub fn timer1_period(&mut self) -> TIMER1_PERIOD_W<'_>
Bits 8:23
sourcepub fn timer1_period_upmethod(&mut self) -> TIMER1_PERIOD_UPMETHOD_W<'_>
pub fn timer1_period_upmethod(&mut self) -> TIMER1_PERIOD_UPMETHOD_W<'_>
Bits 24:25
Methods from Deref<Target = W<TIMER1_CFG0_SPEC>>
Trait Implementations
sourceimpl From<W<TIMER1_CFG0_SPEC>> for W
impl From<W<TIMER1_CFG0_SPEC>> for W
sourcefn from(writer: W<TIMER1_CFG0_SPEC>) -> Self
fn from(writer: W<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