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