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