pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn comp0top(&self) -> COMP0TOP_R
pub fn comp0top(&self) -> COMP0TOP_R
Bit 9 - Compare Value 0 Is Top Value
Sourcepub fn rtcc0ten(&self) -> RTCC0TEN_R
pub fn rtcc0ten(&self) -> RTCC0TEN_R
Bit 10 - RTC Compare 0 Trigger Enable
Sourcepub fn rtcc1ten(&self) -> RTCC1TEN_R
pub fn rtcc1ten(&self) -> RTCC1TEN_R
Bit 11 - RTC Compare 1 Trigger Enable
Sourcepub fn debugrun(&self) -> DEBUGRUN_R
pub fn debugrun(&self) -> DEBUGRUN_R
Bit 12 - Debug Mode Run Enable
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