pub enum DMAUDR1R {
NOUNDERRUN,
UNDERRUN,
}Expand description
Possible values of the field DMAUDR1
Variants§
NOUNDERRUN
No DMA underrun error condition occurred for DAC channel1
UNDERRUN
DMA underrun error condition occurred for DAC channel1
Implementations§
Source§impl DMAUDR1R
impl DMAUDR1R
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 DMAUDR1R
impl StructuralPartialEq for DMAUDR1R
Auto Trait Implementations§
impl Freeze for DMAUDR1R
impl RefUnwindSafe for DMAUDR1R
impl Send for DMAUDR1R
impl Sync for DMAUDR1R
impl Unpin for DMAUDR1R
impl UnwindSafe for DMAUDR1R
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