Enum stm32wlxx_hal::pac::spi1::cr2::FRXTH_A
pub enum FRXTH_A {
Half = 0,
Quarter = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
FIFO reception threshold
Value on reset: 0
Variants§
Half = 0
0: RXNE event is generated if the FIFO level is greater than or equal to 1/2 (16-bit)
Quarter = 1
1: RXNE event is generated if the FIFO level is greater than or equal to 1/4 (8-bit)
Trait Implementations§
impl Copy for FRXTH_A
impl StructuralPartialEq for FRXTH_A
Auto Trait Implementations§
impl RefUnwindSafe for FRXTH_A
impl Send for FRXTH_A
impl Sync for FRXTH_A
impl Unpin for FRXTH_A
impl UnwindSafe for FRXTH_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