pub enum DMAUDRIE2W {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field DMAUDRIE2
Variants§
DISABLED
DAC channel2 DMA Underrun Interrupt disabled
ENABLED
DAC channel2 DMA Underrun Interrupt enabled
Auto Trait Implementations§
impl Freeze for DMAUDRIE2W
impl RefUnwindSafe for DMAUDRIE2W
impl Send for DMAUDRIE2W
impl Sync for DMAUDRIE2W
impl Unpin for DMAUDRIE2W
impl UnwindSafe for DMAUDRIE2W
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