pub struct W(_);Expand description
Register TARGET1_CONF writer
Implementations
sourceimpl W
impl W
sourcepub fn target1_period(&mut self) -> TARGET1_PERIOD_W<'_, 0>
pub fn target1_period(&mut self) -> TARGET1_PERIOD_W<'_, 0>
Bits 0:25 - target1 period
sourcepub fn target1_period_mode(&mut self) -> TARGET1_PERIOD_MODE_W<'_, 30>
pub fn target1_period_mode(&mut self) -> TARGET1_PERIOD_MODE_W<'_, 30>
Bit 30 - Set target1 to period mode
sourcepub fn target1_timer_unit_sel(&mut self) -> TARGET1_TIMER_UNIT_SEL_W<'_, 31>
pub fn target1_timer_unit_sel(&mut self) -> TARGET1_TIMER_UNIT_SEL_W<'_, 31>
Bit 31 - select which unit to compare
Methods from Deref<Target = W<TARGET1_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<TARGET1_CONF_SPEC>> for W
impl From<W<TARGET1_CONF_SPEC>> for W
sourcefn from(writer: W<TARGET1_CONF_SPEC>) -> Self
fn from(writer: W<TARGET1_CONF_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