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