Struct Multi
#[repr(transparent)]pub struct Multi(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Multi
impl Multi
pub const INDEPENDENT: Self
pub const INDEPENDENT: Self
All the ADCs independent: independent mode
pub const DUALRJ: Self
pub const DUALRJ: Self
Dual ADC1 and ADC2, combined regular and injected simultaneous mode
pub const DUALRA: Self
pub const DUALRA: Self
Dual ADC1 and ADC2, combined regular and alternate trigger mode
pub const DUALJ: Self
pub const DUALJ: Self
Dual ADC1 and ADC2, injected simultaneous mode only
pub const DUALR: Self
pub const DUALR: Self
Dual ADC1 and ADC2, regular simultaneous mode only
pub const DUALI: Self
pub const DUALI: Self
Dual ADC1 and ADC2, interleaved mode only
pub const DUALA: Self
pub const DUALA: Self
Dual ADC1 and ADC2, alternate trigger mode only
pub const TRIPLERJ: Self
pub const TRIPLERJ: Self
Triple ADC, regular and injected simultaneous mode
pub const TRIPLERA: Self
pub const TRIPLERA: Self
Triple ADC, regular and alternate trigger mode
pub const TRIPLEJ: Self
pub const TRIPLEJ: Self
Triple ADC, injected simultaneous mode only
pub const TRIPLER: Self
pub const TRIPLER: Self
Triple ADC, regular simultaneous mode only
pub const TRIPLEI: Self
pub const TRIPLEI: Self
Triple ADC, interleaved mode only
pub const TRIPLEA: Self
pub const TRIPLEA: Self
Triple ADC, alternate trigger mode only
Trait Implementations§
§impl Ord for Multi
impl Ord for Multi
§impl PartialOrd for Multi
impl PartialOrd for Multi
impl Copy for Multi
impl Eq for Multi
impl StructuralPartialEq for Multi
Auto Trait Implementations§
impl Freeze for Multi
impl RefUnwindSafe for Multi
impl Send for Multi
impl Sync for Multi
impl Unpin for Multi
impl UnwindSafe for Multi
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