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