pub struct R(/* private fields */);Expand description
Register CTRL reader
Implementations§
Source§impl R
 
impl R
Sourcepub fn debugrun(&self) -> DEBUGRUN_R
 
pub fn debugrun(&self) -> DEBUGRUN_R
Bit 2 - Debug Mode Run Enable
Sourcepub fn preccv0top(&self) -> PRECCV0TOP_R
 
pub fn preccv0top(&self) -> PRECCV0TOP_R
Bit 4 - Pre-counter CCV0 Top Value Enable
Sourcepub fn cntpresc(&self) -> CNTPRESC_R
 
pub fn cntpresc(&self) -> CNTPRESC_R
Bits 8:11 - Counter Prescaler Value
Sourcepub fn oscfdeten(&self) -> OSCFDETEN_R
 
pub fn oscfdeten(&self) -> OSCFDETEN_R
Bit 15 - Oscillator Failure Detection Enable
Sourcepub fn lyearcorrdis(&self) -> LYEARCORRDIS_R
 
pub fn lyearcorrdis(&self) -> LYEARCORRDIS_R
Bit 17 - Leap Year Correction Disabled
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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