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