Enum stm32_metapac::adccommon::vals::Mdma
#[repr(u8)]pub enum Mdma {
DISABLED = 0,
_RESERVED_1 = 1,
BITS12_10 = 2,
BITS8_6 = 3,
}
Expand description
Direct memory access mode for multi ADC mode
Variants§
DISABLED = 0
MDMA mode disabled
_RESERVED_1 = 1
BITS12_10 = 2
MDMA mode enabled for 12 and 10-bit resolution
BITS8_6 = 3
MDMA mode enabled for 8 and 6-bit resolution
Implementations§
Trait Implementations§
§impl Ord for Mdma
impl Ord for Mdma
§impl PartialOrd for Mdma
impl PartialOrd for Mdma
impl Copy for Mdma
impl Eq for Mdma
impl StructuralPartialEq for Mdma
Auto Trait Implementations§
impl Freeze for Mdma
impl RefUnwindSafe for Mdma
impl Send for Mdma
impl Sync for Mdma
impl Unpin for Mdma
impl UnwindSafe for Mdma
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
)