#[repr(u8)]pub enum TTC_A {
Ttc64 = 0,
Ttc128 = 1,
Ttc192 = 2,
Ttc256 = 3,
Ttc40 = 4,
Ttc32 = 5,
Ttc24 = 6,
Ttc16 = 7,
}
Expand description
Transmit threshold control
Value on reset: 0
Variants§
Ttc64 = 0
0: 64 bytes
Ttc128 = 1
1: 128 bytes
Ttc192 = 2
2: 192 bytes
Ttc256 = 3
3: 256 bytes
Ttc40 = 4
4: 40 bytes
Ttc32 = 5
5: 32 bytes
Ttc24 = 6
6: 24 bytes
Ttc16 = 7
7: 16 bytes
Trait Implementations§
impl Copy for TTC_A
impl StructuralPartialEq for TTC_A
Auto Trait Implementations§
impl Freeze for TTC_A
impl RefUnwindSafe for TTC_A
impl Send for TTC_A
impl Sync for TTC_A
impl Unpin for TTC_A
impl UnwindSafe for TTC_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