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