#[repr(u8)]pub enum Fofie1 {
FOFIE1_0 = 0,
FOFIE1_1 = 1,
}Variants§
FOFIE1_0 = 0
No result FIFO1 overflow has occurred since the last time the flag was cleared.
FOFIE1_1 = 1
At least one result FIFO1 overflow has occurred since the last time the flag was cleared.
Implementations§
Trait Implementations§
Source§impl Ord for Fofie1
impl Ord for Fofie1
Source§impl PartialOrd for Fofie1
impl PartialOrd for Fofie1
impl Copy for Fofie1
impl Eq for Fofie1
impl StructuralPartialEq for Fofie1
Auto Trait Implementations§
impl Freeze for Fofie1
impl RefUnwindSafe for Fofie1
impl Send for Fofie1
impl Sync for Fofie1
impl Unpin for Fofie1
impl UnwindSafe for Fofie1
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