Enum stm32wlxx_hal::pac::dac::cr::DMAUDRIE1_A
pub enum DMAUDRIE1_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
DAC channel1 DMA Underrun Interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: DAC Channel X DMA Underrun Interrupt disabled
Enabled = 1
1: DAC Channel X DMA Underrun Interrupt enabled
Trait Implementations§
§impl Clone for DMAUDRIE1_A
impl Clone for DMAUDRIE1_A
§fn clone(&self) -> DMAUDRIE1_A
fn clone(&self) -> DMAUDRIE1_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DMAUDRIE1_A
impl Debug for DMAUDRIE1_A
§impl PartialEq for DMAUDRIE1_A
impl PartialEq for DMAUDRIE1_A
§fn eq(&self, other: &DMAUDRIE1_A) -> bool
fn eq(&self, other: &DMAUDRIE1_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DMAUDRIE1_A
impl StructuralPartialEq for DMAUDRIE1_A
Auto Trait Implementations§
impl RefUnwindSafe for DMAUDRIE1_A
impl Send for DMAUDRIE1_A
impl Sync for DMAUDRIE1_A
impl Unpin for DMAUDRIE1_A
impl UnwindSafe for DMAUDRIE1_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