Enum stm32wlxx_hal::pac::dac::sr::DMAUDR1_A
pub enum DMAUDR1_A {
NoError = 0,
Error = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
DAC channel1 DMA underrun flag
Value on reset: 0
Variants§
NoError = 0
0: No DMA underrun error condition occurred for DAC channel x
Error = 1
1: DMA underrun error condition occurred for DAC channel x (the currently selected trigger is driving DAC channel1 conversion at a frequency higher than the DMA service capability rate)
Trait Implementations§
impl Copy for DMAUDR1_A
impl StructuralPartialEq for DMAUDR1_A
Auto Trait Implementations§
impl RefUnwindSafe for DMAUDR1_A
impl Send for DMAUDR1_A
impl Sync for DMAUDR1_A
impl Unpin for DMAUDR1_A
impl UnwindSafe for DMAUDR1_A
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