Enum Frxth
#[repr(u8)]pub enum Frxth {
Half = 0,
Quarter = 1,
}Variants§
Half = 0
RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)
Quarter = 1
RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)
Implementations§
Trait Implementations§
impl Copy for Frxth
impl Eq for Frxth
§impl Ord for Frxth
impl Ord for Frxth
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 Frxth
impl PartialOrd for Frxth
impl StructuralPartialEq for Frxth
Auto Trait Implementations§
impl Freeze for Frxth
impl RefUnwindSafe for Frxth
impl Send for Frxth
impl Sync for Frxth
impl Unpin for Frxth
impl UnsafeUnpin for Frxth
impl UnwindSafe for Frxth
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