[−][src]Enum stm32f4xx_hal::stm32::adc_common::ccr::MULTIR
Possible values of the field MULTI
Variants
INDEPENDENTAll the ADCs independent: independent mode
DUALRJDual ADC1 and ADC2, combined regular and injected simultaneous mode
DUALRADual ADC1 and ADC2, combined regular and alternate trigger mode
DUALJDual ADC1 and ADC2, injected simultaneous mode only
DUALRDual ADC1 and ADC2, regular simultaneous mode only
DUALIDual ADC1 and ADC2, interleaved mode only
DUALADual ADC1 and ADC2, alternate trigger mode only
TRIPLERJTriple ADC, regular and injected simultaneous mode
TRIPLERATriple ADC, regular and alternate trigger mode
TRIPLEJTriple ADC, injected simultaneous mode only
TRIPLERTriple ADC, regular simultaneous mode only
TRIPLEITriple ADC, interleaved mode only
TRIPLEATriple ADC, alternate trigger mode only
_Reserved(u8)Reserved
Methods
impl MULTIR[src]
pub fn bits(&self) -> u8[src]
Value of the field as raw bits
pub fn is_independent(&self) -> bool[src]
Checks if the value of the field is INDEPENDENT
pub fn is_dual_rj(&self) -> bool[src]
Checks if the value of the field is DUALRJ
pub fn is_dual_ra(&self) -> bool[src]
Checks if the value of the field is DUALRA
pub fn is_dual_j(&self) -> bool[src]
Checks if the value of the field is DUALJ
pub fn is_dual_r(&self) -> bool[src]
Checks if the value of the field is DUALR
pub fn is_dual_i(&self) -> bool[src]
Checks if the value of the field is DUALI
pub fn is_dual_a(&self) -> bool[src]
Checks if the value of the field is DUALA
pub fn is_triple_rj(&self) -> bool[src]
Checks if the value of the field is TRIPLERJ
pub fn is_triple_ra(&self) -> bool[src]
Checks if the value of the field is TRIPLERA
pub fn is_triple_j(&self) -> bool[src]
Checks if the value of the field is TRIPLEJ
pub fn is_triple_r(&self) -> bool[src]
Checks if the value of the field is TRIPLER
pub fn is_triple_i(&self) -> bool[src]
Checks if the value of the field is TRIPLEI
pub fn is_triple_a(&self) -> bool[src]
Checks if the value of the field is TRIPLEA
Trait Implementations
impl Clone for MULTIR[src]
fn clone(&self) -> MULTIR[src]
default fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for MULTIR[src]
impl Debug for MULTIR[src]
impl PartialEq<MULTIR> for MULTIR[src]
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self