pub struct W(/* private fields */);Expand description
Register CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn cntrsten(&mut self) -> CNTRSTEN_W<'_>
pub fn cntrsten(&mut self) -> CNTRSTEN_W<'_>
Bit 5 - Enable CNT Reset
Sourcepub fn auxcntrsten(&mut self) -> AUXCNTRSTEN_W<'_>
pub fn auxcntrsten(&mut self) -> AUXCNTRSTEN_W<'_>
Bit 6 - Enable AUXCNT Reset
Sourcepub fn debughalt(&mut self) -> DEBUGHALT_W<'_>
pub fn debughalt(&mut self) -> DEBUGHALT_W<'_>
Bit 7 - Debug Mode Halt Enable
Sourcepub fn auxcntev(&mut self) -> AUXCNTEV_W<'_>
pub fn auxcntev(&mut self) -> AUXCNTEV_W<'_>
Bits 12:13 - Controls When the Auxiliary Counter Counts
Sourcepub fn cntdir(&mut self) -> CNTDIR_W<'_>
pub fn cntdir(&mut self) -> CNTDIR_W<'_>
Bit 14 - Non-Quadrature Mode Counter Direction Control
Sourcepub fn tccmode(&mut self) -> TCCMODE_W<'_>
pub fn tccmode(&mut self) -> TCCMODE_W<'_>
Bits 16:17 - Sets the Mode for Triggered Compare and Clear
Sourcepub fn tccpresc(&mut self) -> TCCPRESC_W<'_>
pub fn tccpresc(&mut self) -> TCCPRESC_W<'_>
Bits 19:20 - Set the LFA Prescaler for Triggered Compare and Clear
Sourcepub fn tcccomp(&mut self) -> TCCCOMP_W<'_>
pub fn tcccomp(&mut self) -> TCCCOMP_W<'_>
Bits 22:23 - Triggered Compare and Clear Compare Mode
Sourcepub fn prsgateen(&mut self) -> PRSGATEEN_W<'_>
pub fn prsgateen(&mut self) -> PRSGATEEN_W<'_>
Bit 24 - PRS Gate Enable
Sourcepub fn tccprspol(&mut self) -> TCCPRSPOL_W<'_>
pub fn tccprspol(&mut self) -> TCCPRSPOL_W<'_>
Bit 25 - TCC PRS Polarity Select
Sourcepub fn tccprssel(&mut self) -> TCCPRSSEL_W<'_>
pub fn tccprssel(&mut self) -> TCCPRSSEL_W<'_>
Bits 26:29 - TCC PRS Channel Select
Sourcepub fn topbhfsel(&mut self) -> TOPBHFSEL_W<'_>
pub fn topbhfsel(&mut self) -> TOPBHFSEL_W<'_>
Bit 31 - TOPB High Frequency Value Select
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