pub enum MULTIR {
Show 14 variants
INDEPENDENT,
DUALRJ,
DUALRA,
DUALJ,
DUALR,
DUALI,
DUALA,
TRIPLERJ,
TRIPLERA,
TRIPLEJ,
TRIPLER,
TRIPLEI,
TRIPLEA,
_Reserved(u8),
}
Expand description
Possible values of the field MULTI
Variants§
INDEPENDENT
All the ADCs independent: independent mode
DUALRJ
Dual ADC1 and ADC2, combined regular and injected simultaneous mode
DUALRA
Dual ADC1 and ADC2, combined regular and alternate trigger mode
DUALJ
Dual ADC1 and ADC2, injected simultaneous mode only
DUALR
Dual ADC1 and ADC2, regular simultaneous mode only
DUALI
Dual ADC1 and ADC2, interleaved mode only
DUALA
Dual ADC1 and ADC2, alternate trigger mode only
TRIPLERJ
Triple ADC, regular and injected simultaneous mode
TRIPLERA
Triple ADC, regular and alternate trigger mode
TRIPLEJ
Triple ADC, injected simultaneous mode only
TRIPLER
Triple ADC, regular simultaneous mode only
TRIPLEI
Triple ADC, interleaved mode only
TRIPLEA
Triple ADC, alternate trigger mode only
_Reserved(u8)
Reserved
Implementations§
Source§impl MULTIR
impl MULTIR
Sourcepub fn is_independent(&self) -> bool
pub fn is_independent(&self) -> bool
Checks if the value of the field is INDEPENDENT
Sourcepub fn is_dual_rj(&self) -> bool
pub fn is_dual_rj(&self) -> bool
Checks if the value of the field is DUALRJ
Sourcepub fn is_dual_ra(&self) -> bool
pub fn is_dual_ra(&self) -> bool
Checks if the value of the field is DUALRA
Sourcepub fn is_triple_rj(&self) -> bool
pub fn is_triple_rj(&self) -> bool
Checks if the value of the field is TRIPLERJ
Sourcepub fn is_triple_ra(&self) -> bool
pub fn is_triple_ra(&self) -> bool
Checks if the value of the field is TRIPLERA
Sourcepub fn is_triple_j(&self) -> bool
pub fn is_triple_j(&self) -> bool
Checks if the value of the field is TRIPLEJ
Sourcepub fn is_triple_r(&self) -> bool
pub fn is_triple_r(&self) -> bool
Checks if the value of the field is TRIPLER
Sourcepub fn is_triple_i(&self) -> bool
pub fn is_triple_i(&self) -> bool
Checks if the value of the field is TRIPLEI
Sourcepub fn is_triple_a(&self) -> bool
pub fn is_triple_a(&self) -> bool
Checks if the value of the field is TRIPLEA