pub enum IEN {
Disabled = 0,
Enabled = 1,
}
Expand description
IEN
Value on reset: 0
Variants§
Disabled = 0
0: Disable interrupt request generation
Enabled = 1
1: Enable interrupt request generation
Trait Implementations§
impl Copy for IEN
impl Eq for IEN
impl StructuralPartialEq for IEN
Auto Trait Implementations§
impl Freeze for IEN
impl RefUnwindSafe for IEN
impl Send for IEN
impl Sync for IEN
impl Unpin for IEN
impl UnwindSafe for 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