pub enum FUIF {
NoUnderrun = 0,
Underrun = 1,
}
Expand description
FIFO Underrun Interrupt flag
Value on reset: 0
Variants§
NoUnderrun = 0
0: No FIFO underrun
Underrun = 1
1: FIFO underrun interrupt generated, if one of the layer FIFOs is empty and pixel data is read from the FIFO
Trait Implementations§
impl Copy for FUIF
impl Eq for FUIF
impl StructuralPartialEq for FUIF
Auto Trait Implementations§
impl Freeze for FUIF
impl RefUnwindSafe for FUIF
impl Send for FUIF
impl Sync for FUIF
impl Unpin for FUIF
impl UnwindSafe for FUIF
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