pub struct W(_);Expand description
Register TARGET0_CONF writer
Implementations
sourceimpl W
 
impl W
sourcepub fn target0_period(&mut self) -> TARGET0_PERIOD_W<'_, 0>
 
pub fn target0_period(&mut self) -> TARGET0_PERIOD_W<'_, 0>
Bits 0:25 - target0 period
sourcepub fn target0_period_mode(&mut self) -> TARGET0_PERIOD_MODE_W<'_, 30>
 
pub fn target0_period_mode(&mut self) -> TARGET0_PERIOD_MODE_W<'_, 30>
Bit 30 - Set target0 to period mode
sourcepub fn target0_timer_unit_sel(&mut self) -> TARGET0_TIMER_UNIT_SEL_W<'_, 31>
 
pub fn target0_timer_unit_sel(&mut self) -> TARGET0_TIMER_UNIT_SEL_W<'_, 31>
Bit 31 - select which unit to compare
Methods from Deref<Target = W<TARGET0_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<TARGET0_CONF_SPEC>> for W
 
impl From<W<TARGET0_CONF_SPEC>> for W
sourcefn from(writer: W<TARGET0_CONF_SPEC>) -> Self
 
fn from(writer: W<TARGET0_CONF_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