pub enum FifoLevel {
Bytes4 = 0,
Bytes8 = 1,
Bytes16 = 2,
Bytes24 = 3,
Bytes28 = 4,
}Expand description
RX/TX interrupt FIFO levels
Variants§
Trait Implementations§
impl Copy for FifoLevel
impl Eq for FifoLevel
impl StructuralPartialEq for FifoLevel
Auto Trait Implementations§
impl Freeze for FifoLevel
impl RefUnwindSafe for FifoLevel
impl Send for FifoLevel
impl Sync for FifoLevel
impl Unpin for FifoLevel
impl UnwindSafe for FifoLevel
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