[−][src]Enum stm32f4xx_hal::stm32::adc_common::ccr::MULTIR
Possible values of the field MULTI
Variants
All the ADCs independent: independent mode
Dual ADC1 and ADC2, combined regular and injected simultaneous mode
Dual ADC1 and ADC2, combined regular and alternate trigger mode
Dual ADC1 and ADC2, injected simultaneous mode only
Dual ADC1 and ADC2, regular simultaneous mode only
Dual ADC1 and ADC2, interleaved mode only
Dual ADC1 and ADC2, alternate trigger mode only
Triple ADC, regular and injected simultaneous mode
Triple ADC, regular and alternate trigger mode
Triple ADC, injected simultaneous mode only
Triple ADC, regular simultaneous mode only
Triple ADC, interleaved mode only
Triple ADC, alternate trigger mode only
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 PartialEq<MULTIR> for MULTIR[src]
impl Debug for MULTIR[src]
impl Clone for MULTIR[src]
fn clone(&self) -> MULTIR[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for MULTIR[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> 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, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> 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> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> 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<T> for T
type Output = T
Should always be Self