Enum stm32_metapac::adccommon::vals::Dma
#[repr(u8)]pub enum Dma {
DISABLED = 0,
MODE1 = 1,
MODE2 = 2,
MODE3 = 3,
}
Variants§
DISABLED = 0
DMA mode disabled
MODE1 = 1
DMA mode 1 enabled (2 / 3 half-words one by one - 1 then 2 then 3)
MODE2 = 2
DMA mode 2 enabled (2 / 3 half-words by pairs - 2&1 then 1&3 then 3&2)
MODE3 = 3
DMA mode 3 enabled (2 / 3 half-words by pairs - 2&1 then 1&3 then 3&2)
Implementations§
Trait Implementations§
§impl Ord for Dma
impl Ord for Dma
§impl PartialOrd for Dma
impl PartialOrd for Dma
impl Copy for Dma
impl Eq for Dma
impl StructuralPartialEq for Dma
Auto Trait Implementations§
impl Freeze for Dma
impl RefUnwindSafe for Dma
impl Send for Dma
impl Sync for Dma
impl Unpin for Dma
impl UnwindSafe for Dma
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)