pub enum IEN_A {
Disabled,
Enabled,
}Expand description
Enable interrupt
Value on reset: 0
Variants
Disabled
0: Disable interrupt request generation
Enabled
1: Enable interrupt request generation
Trait Implementations
impl Copy for IEN_A
impl StructuralPartialEq for IEN_A
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more