pub enum IEN_A {
_0 = 0,
_1 = 1,
}Expand description
Input FIFO Empty Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for IEN_A
impl Eq for IEN_A
impl StructuralPartialEq for IEN_A
Auto Trait Implementations§
impl Freeze for IEN_A
impl RefUnwindSafe for IEN_A
impl Send for IEN_A
impl Sync for IEN_A
impl Unpin for IEN_A
impl UnwindSafe for IEN_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