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