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