Enum stm32_metapac::sai::vals::Fth
#[repr(u8)]pub enum Fth {
EMPTY = 0,
QUARTER1 = 1,
QUARTER2 = 2,
QUARTER3 = 3,
FULL = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
EMPTY = 0
FIFO empty
QUARTER1 = 1
1⁄4 FIFO
QUARTER2 = 2
1⁄2 FIFO
QUARTER3 = 3
3⁄4 FIFO
FULL = 4
FIFO full
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Fth
impl Ord for Fth
§impl PartialOrd for Fth
impl PartialOrd for Fth
§fn partial_cmp(&self, other: &Fth) -> Option<Ordering>
fn partial_cmp(&self, other: &Fth) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Fth
impl Eq for Fth
impl StructuralEq for Fth
impl StructuralPartialEq for Fth
Auto Trait Implementations§
impl RefUnwindSafe for Fth
impl Send for Fth
impl Sync for Fth
impl Unpin for Fth
impl UnwindSafe for Fth
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