pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn auxcntrsten(&self) -> AUXCNTRSTEN_R
pub fn auxcntrsten(&self) -> AUXCNTRSTEN_R
Bit 6 - Enable AUXCNT Reset
Sourcepub fn auxcntev(&self) -> AUXCNTEV_R
pub fn auxcntev(&self) -> AUXCNTEV_R
Bits 14:15 - Controls when the auxiliary counter counts
Sourcepub fn tccpresc(&self) -> TCCPRESC_R
pub fn tccpresc(&self) -> TCCPRESC_R
Bits 22:23 - Set the LFA prescaler for triggered compare and clear
Sourcepub fn prsgateen(&self) -> PRSGATEEN_R
pub fn prsgateen(&self) -> PRSGATEEN_R
Bit 27 - PRS gate enable
Sourcepub fn tccprspol(&self) -> TCCPRSPOL_R
pub fn tccprspol(&self) -> TCCPRSPOL_R
Bit 28 - TCC PRS polarity select
Sourcepub fn tccprssel(&self) -> TCCPRSSEL_R
pub fn tccprssel(&self) -> TCCPRSSEL_R
Bits 29:31 - TCC PRS Channel 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