Enum stm32_metapac::adc::vals::Dmngt
#[repr(u8)]pub enum Dmngt {
DR = 0,
DMA_ONESHOT = 1,
DFSDM = 2,
DMA_CIRCULAR = 3,
}
Variants§
DR = 0
Store output data in DR only
DMA_ONESHOT = 1
DMA One Shot Mode selected
DFSDM = 2
DFSDM mode selected
DMA_CIRCULAR = 3
DMA Circular Mode selected
Implementations§
Trait Implementations§
§impl Ord for Dmngt
impl Ord for Dmngt
§impl PartialOrd for Dmngt
impl PartialOrd for Dmngt
§fn partial_cmp(&self, other: &Dmngt) -> Option<Ordering>
fn partial_cmp(&self, other: &Dmngt) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Dmngt
impl Eq for Dmngt
impl StructuralEq for Dmngt
impl StructuralPartialEq for Dmngt
Auto Trait Implementations§
impl RefUnwindSafe for Dmngt
impl Send for Dmngt
impl Sync for Dmngt
impl Unpin for Dmngt
impl UnwindSafe for Dmngt
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