pub enum N_IEN {
Disabled = 0,
Enabled = 1,
}
Expand description
nIEN
Value on reset: 0
Variants§
Disabled = 0
0: Interrupts to the CE-ATA not disabled
Enabled = 1
1: Interrupt to the CE-ATA are disabled
Trait Implementations§
impl Copy for N_IEN
impl Eq for N_IEN
impl StructuralPartialEq for N_IEN
Auto Trait Implementations§
impl Freeze for N_IEN
impl RefUnwindSafe for N_IEN
impl Send for N_IEN
impl Sync for N_IEN
impl Unpin for N_IEN
impl UnwindSafe for N_IEN
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