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