pub enum DMAUDR1W {
NOUNDERRUN,
UNDERRUN,
}Expand description
Values that can be written to the field DMAUDR1
Variants§
NOUNDERRUN
No DMA underrun error condition occurred for DAC channel1
UNDERRUN
DMA underrun error condition occurred for DAC channel1
Auto Trait Implementations§
impl Freeze for DMAUDR1W
impl RefUnwindSafe for DMAUDR1W
impl Send for DMAUDR1W
impl Sync for DMAUDR1W
impl Unpin for DMAUDR1W
impl UnwindSafe for DMAUDR1W
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