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