pub struct W(_);
Expand description
Register CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn debugrun(&mut self) -> DEBUGRUN_W<'_>
pub fn debugrun(&mut self) -> DEBUGRUN_W<'_>
Bit 1 - Debug Mode Run Enable
sourcepub fn comp0top(&mut self) -> COMP0TOP_W<'_>
pub fn comp0top(&mut self) -> COMP0TOP_W<'_>
Bit 2 - Compare Channel 0 is Top Value
Methods from Deref<Target = W<CTRL_SPEC>>
Trait Implementations
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