pub struct W(/* private fields */);Expand description
Register CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn sel_extint_as_enable(&mut self) -> SEL_EXTINT_AS_ENABLE_W<'_>
pub fn sel_extint_as_enable(&mut self) -> SEL_EXTINT_AS_ENABLE_W<'_>
Bit 1 - Select external input as enable
Sourcepub fn sel_exint_as_clock(&mut self) -> SEL_EXINT_AS_CLOCK_W<'_>
pub fn sel_exint_as_clock(&mut self) -> SEL_EXINT_AS_CLOCK_W<'_>
Bit 2 - Select external input as clock
Sourcepub fn timer_int_enable(&mut self) -> TIMER_INT_ENABLE_W<'_>
pub fn timer_int_enable(&mut self) -> TIMER_INT_ENABLE_W<'_>
Bit 3 - Timer interrupt enable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more