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