pub enum DMA {
Disabled = 0,
Enabled = 1,
}
Expand description
Direct memory access mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DMA
impl Eq for DMA
impl StructuralPartialEq for DMA
Auto Trait Implementations§
impl Freeze for DMA
impl RefUnwindSafe for DMA
impl Send for DMA
impl Sync for DMA
impl Unpin for DMA
impl UnwindSafe for DMA
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