#[repr(u8)]pub enum TCCCOMP_A {
LTOE = 0,
GTOE = 1,
RANGE = 2,
}
Expand description
Triggered compare and clear compare mode
Value on reset: 0
Variants§
LTOE = 0
0: Compare match if PCNT_CNT is less than, or equal to PCNT_TOP.
GTOE = 1
1: Compare match if PCNT_CNT is greater than or equal to PCNT_TOP.
RANGE = 2
2: Compare match if PCNT_CNT is less than, or equal to PCNT_TOP[15:8]], and greater than, or equal to PCNT_TOP[7:0].
Trait Implementations§
impl Copy for TCCCOMP_A
impl Eq for TCCCOMP_A
impl StructuralPartialEq for TCCCOMP_A
Auto Trait Implementations§
impl Freeze for TCCCOMP_A
impl RefUnwindSafe for TCCCOMP_A
impl Send for TCCCOMP_A
impl Sync for TCCCOMP_A
impl Unpin for TCCCOMP_A
impl UnwindSafe for TCCCOMP_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