pub enum DMAUDR2R {
NOUNDERRUN,
UNDERRUN,
}Expand description
Possible values of the field DMAUDR2
Variants§
NOUNDERRUN
No DMA underrun error condition occurred for DAC channel2
UNDERRUN
DMA underrun error condition occurred for DAC channel2
Implementations§
Source§impl DMAUDR2R
impl DMAUDR2R
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Sourcepub fn is_no_underrun(&self) -> bool
pub fn is_no_underrun(&self) -> bool
Checks if the value of the field is NOUNDERRUN
Sourcepub fn is_underrun(&self) -> bool
pub fn is_underrun(&self) -> bool
Checks if the value of the field is UNDERRUN
Trait Implementations§
impl Copy for DMAUDR2R
impl StructuralPartialEq for DMAUDR2R
Auto Trait Implementations§
impl Freeze for DMAUDR2R
impl RefUnwindSafe for DMAUDR2R
impl Send for DMAUDR2R
impl Sync for DMAUDR2R
impl Unpin for DMAUDR2R
impl UnwindSafe for DMAUDR2R
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