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