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