Enum stm32_metapac::adccommon::vals::Dual
#[repr(u8)]pub enum Dual {
Show 32 variants
INDEPENDENT = 0,
DUALRJ = 1,
DUALRA = 2,
DUALIJ = 3,
_RESERVED_4 = 4,
DUALJ = 5,
DUALR = 6,
DUALI = 7,
_RESERVED_8 = 8,
DUALA = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
_RESERVED_10 = 16,
_RESERVED_11 = 17,
_RESERVED_12 = 18,
_RESERVED_13 = 19,
_RESERVED_14 = 20,
_RESERVED_15 = 21,
_RESERVED_16 = 22,
_RESERVED_17 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}
Expand description
Dual ADC mode selection
Variants§
INDEPENDENT = 0
Independent mode
DUALRJ = 1
Dual, combined regular simultaneous + injected simultaneous mode
DUALRA = 2
Dual, combined regular simultaneous + alternate trigger mode
DUALIJ = 3
Dual, combined injected simultaneous + fast interleaved mode
_RESERVED_4 = 4
DUALJ = 5
Dual, injected simultaneous mode only
DUALR = 6
Dual, regular simultaneous mode only
DUALI = 7
dual, interleaved mode only
_RESERVED_8 = 8
DUALA = 9
Dual, alternate trigger mode only
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
_RESERVED_10 = 16
_RESERVED_11 = 17
_RESERVED_12 = 18
_RESERVED_13 = 19
_RESERVED_14 = 20
_RESERVED_15 = 21
_RESERVED_16 = 22
_RESERVED_17 = 23
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Trait Implementations§
§impl Ord for Dual
impl Ord for Dual
§impl PartialOrd for Dual
impl PartialOrd for Dual
impl Copy for Dual
impl Eq for Dual
impl StructuralPartialEq for Dual
Auto Trait Implementations§
impl Freeze for Dual
impl RefUnwindSafe for Dual
impl Send for Dual
impl Sync for Dual
impl Unpin for Dual
impl UnwindSafe for Dual
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
)