Enum stm32_metapac::adf::vals::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 Ord for Rxfifo
impl Ord for Rxfifo
§impl PartialOrd for Rxfifo
impl PartialOrd for Rxfifo
impl Copy for Rxfifo
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)