#[repr(u8)]pub enum TSTART_A {
DISABLE = 0,
TXEOF = 1,
TXC = 2,
RXACT = 3,
RXEOF = 4,
}
Expand description
Timer Start Source
Value on reset: 0
Variants§
DISABLE = 0
0: Comparator 2 is disabled
TXEOF = 1
1: Comparator 2 and timer are started at TX end of frame
TXC = 2
2: Comparator 2 and timer are started at TX Complete
RXACT = 3
3: Comparator 2 and timer are started at RX going going Active (default: low)
RXEOF = 4
4: Comparator 2 and timer are started at RX end of frame
Trait Implementations§
impl Copy for TSTART_A
impl StructuralPartialEq for TSTART_A
Auto Trait Implementations§
impl Freeze for TSTART_A
impl RefUnwindSafe for TSTART_A
impl Send for TSTART_A
impl Sync for TSTART_A
impl Unpin for TSTART_A
impl UnwindSafe for TSTART_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