pub enum OINT_A {
_0 = 0,
_1 = 1,
}Expand description
Output Data FIFO Full Interrupt Request Flag
Value on reset: 0
Variants§
_0 = 0
0: Number of data units in the output FIFO has not become equal to or greater than the specified triggering number.
_1 = 1
1: Number of data units in the output FIFO has become equal to or greater than the specified triggering number.
Trait Implementations§
impl Copy for OINT_A
impl Eq for OINT_A
impl StructuralPartialEq for OINT_A
Auto Trait Implementations§
impl Freeze for OINT_A
impl RefUnwindSafe for OINT_A
impl Send for OINT_A
impl Sync for OINT_A
impl Unpin for OINT_A
impl UnsafeUnpin for OINT_A
impl UnwindSafe for OINT_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