#[repr(u8)]pub enum TSTOP_A {
TCMP1 = 0,
TXST = 1,
RXACT = 2,
RXACTN = 3,
}
Expand description
Source Used to Disable Comparator 1
Value on reset: 0
Variants§
TCMP1 = 0
0: Comparator 1 is disabled when the counter equals TCMPVAL and triggers a TCMP1 event
TXST = 1
1: Comparator 1 is disabled at TX start TX Engine
RXACT = 2
2: Comparator 1 is disabled on RX going going Active (default: low)
RXACTN = 3
3: Comparator 1 is disabled on RX going Inactive
Trait Implementations§
impl Copy for TSTOP_A
impl StructuralPartialEq for TSTOP_A
Auto Trait Implementations§
impl Freeze for TSTOP_A
impl RefUnwindSafe for TSTOP_A
impl Send for TSTOP_A
impl Sync for TSTOP_A
impl Unpin for TSTOP_A
impl UnwindSafe for TSTOP_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