pub struct W(/* private fields */);Expand description
Register CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn debugrun(&mut self) -> DEBUGRUN_W<'_, 2>
pub fn debugrun(&mut self) -> DEBUGRUN_W<'_, 2>
Bit 2 - Debug Mode Run Enable
Sourcepub fn preccv0top(&mut self) -> PRECCV0TOP_W<'_, 4>
pub fn preccv0top(&mut self) -> PRECCV0TOP_W<'_, 4>
Bit 4 - Pre-counter CCV0 Top Value Enable
Sourcepub fn cntpresc(&mut self) -> CNTPRESC_W<'_, 8>
pub fn cntpresc(&mut self) -> CNTPRESC_W<'_, 8>
Bits 8:11 - Counter Prescaler Value
Sourcepub fn bumodetsen(&mut self) -> BUMODETSEN_W<'_, 14>
pub fn bumodetsen(&mut self) -> BUMODETSEN_W<'_, 14>
Bit 14 - Backup Mode Timestamp Enable
Sourcepub fn oscfdeten(&mut self) -> OSCFDETEN_W<'_, 15>
pub fn oscfdeten(&mut self) -> OSCFDETEN_W<'_, 15>
Bit 15 - Oscillator Failure Detection Enable
Sourcepub fn lyearcorrdis(&mut self) -> LYEARCORRDIS_W<'_, 17>
pub fn lyearcorrdis(&mut self) -> LYEARCORRDIS_W<'_, 17>
Bit 17 - Leap Year Correction Disabled
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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