pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn cntrsten(&self) -> CNTRSTEN_R
pub fn cntrsten(&self) -> CNTRSTEN_R
Bit 5 - Enable CNT Reset
Sourcepub fn auxcntrsten(&self) -> AUXCNTRSTEN_R
pub fn auxcntrsten(&self) -> AUXCNTRSTEN_R
Bit 6 - Enable AUXCNT Reset
Sourcepub fn debughalt(&self) -> DEBUGHALT_R
pub fn debughalt(&self) -> DEBUGHALT_R
Bit 7 - Debug Mode Halt Enable
Sourcepub fn auxcntev(&self) -> AUXCNTEV_R
pub fn auxcntev(&self) -> AUXCNTEV_R
Bits 12:13 - Controls When the Auxiliary Counter Counts
Sourcepub fn tccpresc(&self) -> TCCPRESC_R
pub fn tccpresc(&self) -> TCCPRESC_R
Bits 19:20 - Set the LFA Prescaler for Triggered Compare and Clear
Sourcepub fn prsgateen(&self) -> PRSGATEEN_R
pub fn prsgateen(&self) -> PRSGATEEN_R
Bit 24 - PRS Gate Enable
Sourcepub fn tccprspol(&self) -> TCCPRSPOL_R
pub fn tccprspol(&self) -> TCCPRSPOL_R
Bit 25 - TCC PRS Polarity Select
Sourcepub fn tccprssel(&self) -> TCCPRSSEL_R
pub fn tccprssel(&self) -> TCCPRSSEL_R
Bits 26:29 - TCC PRS Channel Select
Sourcepub fn topbhfsel(&self) -> TOPBHFSEL_R
pub fn topbhfsel(&self) -> TOPBHFSEL_R
Bit 31 - TOPB High Frequency Value Select
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