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