Enum stm32wlxx_hal::pac::spi1::sr::FTLVL_A
#[repr(u8)]pub enum FTLVL_A {
Empty = 0,
Quarter = 1,
Half = 2,
Full = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
FIFO transmission level
Value on reset: 0
Variants§
Empty = 0
0: Tx FIFO Empty
Quarter = 1
1: Tx 1/4 FIFO
Half = 2
2: Tx 1/2 FIFO
Full = 3
3: Tx FIFO full
Trait Implementations§
impl Copy for FTLVL_A
impl StructuralPartialEq for FTLVL_A
Auto Trait Implementations§
impl RefUnwindSafe for FTLVL_A
impl Send for FTLVL_A
impl Sync for FTLVL_A
impl Unpin for FTLVL_A
impl UnwindSafe for FTLVL_A
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