pub enum DMADOUBLE1 {
Normal = 0,
DoubleData = 1,
}Expand description
DAC channel%s DMA double data mode
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for DMADOUBLE1
impl Clone for DMADOUBLE1
Source§fn clone(&self) -> DMADOUBLE1
fn clone(&self) -> DMADOUBLE1
Returns a duplicate 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 moreSource§impl Debug for DMADOUBLE1
impl Debug for DMADOUBLE1
Source§impl Format for DMADOUBLE1
impl Format for DMADOUBLE1
Source§impl From<DMADOUBLE1> for bool
impl From<DMADOUBLE1> for bool
Source§fn from(variant: DMADOUBLE1) -> Self
fn from(variant: DMADOUBLE1) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DMADOUBLE1
impl PartialEq for DMADOUBLE1
impl Copy for DMADOUBLE1
impl Eq for DMADOUBLE1
impl StructuralPartialEq for DMADOUBLE1
Auto Trait Implementations§
impl Freeze for DMADOUBLE1
impl RefUnwindSafe for DMADOUBLE1
impl Send for DMADOUBLE1
impl Sync for DMADOUBLE1
impl Unpin for DMADOUBLE1
impl UnwindSafe for DMADOUBLE1
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