Enum Rxfifo
#[repr(u8)]pub enum Rxfifo {
NotEmpty = 0,
HalfFull = 1,
}Expand description
RXFIFO threshold selection. This bitfield is set and cleared by software. It is used to select the RXFIFO threshold.
Variants§
NotEmpty = 0
RXFIFO threshold event generated when the RXFIFO is not empty
HalfFull = 1
RXFIFO threshold event generated when the RXFIFO is half-full
Implementations§
Trait Implementations§
impl Copy for Rxfifo
impl Eq for Rxfifo
§impl Ord for Rxfifo
impl Ord for Rxfifo
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Rxfifo
impl PartialOrd for Rxfifo
impl StructuralPartialEq for Rxfifo
Auto Trait Implementations§
impl Freeze for Rxfifo
impl RefUnwindSafe for Rxfifo
impl Send for Rxfifo
impl Sync for Rxfifo
impl Unpin for Rxfifo
impl UnsafeUnpin for Rxfifo
impl UnwindSafe for Rxfifo
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