pub struct W(/* private fields */);
Expand description
Register CTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn auxcntrsten(&mut self) -> AUXCNTRSTEN_W<'_>
pub fn auxcntrsten(&mut self) -> AUXCNTRSTEN_W<'_>
Bit 6 - Enable AUXCNT Reset
Sourcepub fn auxcntev(&mut self) -> AUXCNTEV_W<'_>
pub fn auxcntev(&mut self) -> AUXCNTEV_W<'_>
Bits 14:15 - Controls when the auxiliary counter counts
Sourcepub fn tccmode(&mut self) -> TCCMODE_W<'_>
pub fn tccmode(&mut self) -> TCCMODE_W<'_>
Bits 18:19 - Sets the mode for triggered compare and clear
Sourcepub fn tccpresc(&mut self) -> TCCPRESC_W<'_>
pub fn tccpresc(&mut self) -> TCCPRESC_W<'_>
Bits 22:23 - Set the LFA prescaler for triggered compare and clear
Sourcepub fn tcccomp(&mut self) -> TCCCOMP_W<'_>
pub fn tcccomp(&mut self) -> TCCCOMP_W<'_>
Bits 25:26 - Triggered compare and clear compare mode
Sourcepub fn prsgateen(&mut self) -> PRSGATEEN_W<'_>
pub fn prsgateen(&mut self) -> PRSGATEEN_W<'_>
Bit 27 - PRS gate enable
Sourcepub fn tccprspol(&mut self) -> TCCPRSPOL_W<'_>
pub fn tccprspol(&mut self) -> TCCPRSPOL_W<'_>
Bit 28 - TCC PRS polarity select
Sourcepub fn tccprssel(&mut self) -> TCCPRSSEL_W<'_>
pub fn tccprssel(&mut self) -> TCCPRSSEL_W<'_>
Bits 29:31 - TCC PRS Channel 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