pub enum DMAEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Direct memory access enable This bit is set and cleared by software to enable the generation of DMA requests. This allows the DMA controller to be used to manage automatically the converted data. For more details, refer to . Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DMAEN
impl Eq for DMAEN
impl StructuralPartialEq for DMAEN
Auto Trait Implementations§
impl Freeze for DMAEN
impl RefUnwindSafe for DMAEN
impl Send for DMAEN
impl Sync for DMAEN
impl Unpin for DMAEN
impl UnwindSafe for DMAEN
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