#[repr(u8)]pub enum FTLVLR {
Empty = 0,
Quarter = 1,
Half = 2,
Full = 3,
}
Expand description
FIFO transmission level
Value on reset: 0
Variants§
Empty = 0
0: Tx FIFO Empty
Quarter = 1
1: Tx 1/4 FIFO
Half = 2
2: Tx 1/2 FIFO
Full = 3
3: Tx FIFO full
Trait Implementations§
impl Copy for FTLVLR
impl Eq for FTLVLR
impl IsEnum for FTLVLR
impl StructuralPartialEq for FTLVLR
Auto Trait Implementations§
impl Freeze for FTLVLR
impl RefUnwindSafe for FTLVLR
impl Send for FTLVLR
impl Sync for FTLVLR
impl Unpin for FTLVLR
impl UnwindSafe for FTLVLR
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