pub struct W(_);Expand description
Register CTRL writer
Implementations
sourceimpl W
 
impl W
sourcepub fn matchclr(&mut self) -> MATCHCLR_W<'_>
 
pub fn matchclr(&mut self) -> MATCHCLR_W<'_>
Bit 7 - Clear on Match
sourcepub fn prescaler(&mut self) -> PRESCALER_W<'_>
 
pub fn prescaler(&mut self) -> PRESCALER_W<'_>
Bits 8:11 - Prescaler
Methods from Deref<Target = W<CTRL_SPEC>>
Trait Implementations
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