#[repr(u8)]pub enum TXDELAY_A {
NONE = 0,
SINGLE = 1,
DOUBLE = 2,
TRIPLE = 3,
}
Expand description
TX Delay Transmission
Value on reset: 0
Variants§
NONE = 0
0: Frames are transmitted immediately
SINGLE = 1
1: Transmission of new frames are delayed by a single baud period
DOUBLE = 2
2: Transmission of new frames are delayed by two baud periods
TRIPLE = 3
3: Transmission of new frames are delayed by three baud periods
Trait Implementations§
impl Copy for TXDELAY_A
impl StructuralPartialEq for TXDELAY_A
Auto Trait Implementations§
impl Freeze for TXDELAY_A
impl RefUnwindSafe for TXDELAY_A
impl Send for TXDELAY_A
impl Sync for TXDELAY_A
impl Unpin for TXDELAY_A
impl UnwindSafe for TXDELAY_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