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