pub struct W(_);
Expand description
Register CSR
writer
Implementations
sourceimpl W
impl W
sourcepub fn clksource(&mut self) -> CLKSOURCE_W<'_>
pub fn clksource(&mut self) -> CLKSOURCE_W<'_>
Bit 2 - Clock Source 0=external, 1=processor
sourcepub fn countflag(&mut self) -> COUNTFLAG_W<'_>
pub fn countflag(&mut self) -> COUNTFLAG_W<'_>
Bit 16 - Timer counted to 0 since last read of register
Methods from Deref<Target = W<CSR_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