pub struct W(_);Expand description
Register TIMER2_CFG0 writer
Implementations
sourceimpl W
impl W
sourcepub fn timer2_prescale(&mut self) -> TIMER2_PRESCALE_W<'_, 0>
pub fn timer2_prescale(&mut self) -> TIMER2_PRESCALE_W<'_, 0>
Bits 0:7 - period of PT0_clk = Period of PWM_clk * (PWM_timer2_PRESCALE + 1)
sourcepub fn timer2_period(&mut self) -> TIMER2_PERIOD_W<'_, 8>
pub fn timer2_period(&mut self) -> TIMER2_PERIOD_W<'_, 8>
Bits 8:23 - period shadow register of PWM timer2
sourcepub fn timer2_period_upmethod(&mut self) -> TIMER2_PERIOD_UPMETHOD_W<'_, 24>
pub fn timer2_period_upmethod(&mut self) -> TIMER2_PERIOD_UPMETHOD_W<'_, 24>
Bits 24:25 - Update method for active register of PWM timer2 period, 0: immediate, 1: TEZ, 2: sync, 3: TEZ | sync. TEZ here and below means timer equal zero event
Methods from Deref<Target = W<TIMER2_CFG0_SPEC>>
Trait Implementations
sourceimpl From<W<TIMER2_CFG0_SPEC>> for W
impl From<W<TIMER2_CFG0_SPEC>> for W
sourcefn from(writer: W<TIMER2_CFG0_SPEC>) -> Self
fn from(writer: W<TIMER2_CFG0_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