#[repr(u8)]pub enum TCCMODE_A {
DISABLED = 0,
LFA = 1,
PRS = 2,
}Expand description
Sets the mode for triggered compare and clear
Value on reset: 0
Variants§
DISABLED = 0
0: Triggered compare and clear not enabled.
LFA = 1
1: Compare and clear performed on each (optionally prescaled) LFA clock cycle.
PRS = 2
2: Compare and clear performed on positive PRS edges.
Trait Implementations§
impl Copy for TCCMODE_A
impl StructuralPartialEq for TCCMODE_A
Auto Trait Implementations§
impl Freeze for TCCMODE_A
impl RefUnwindSafe for TCCMODE_A
impl Send for TCCMODE_A
impl Sync for TCCMODE_A
impl Unpin for TCCMODE_A
impl UnwindSafe for TCCMODE_A
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