Type Definition stm32f1::stm32f101::adc1::cr1::DUALMOD_R[][src]

type DUALMOD_R = R<u8, DUALMOD_A>;

Reader of field DUALMOD

Implementations

impl DUALMOD_R[src]

pub fn variant(&self) -> Variant<u8, DUALMOD_A>[src]

Get enumerated values variant

pub fn is_independent(&self) -> bool[src]

Checks if the value of the field is INDEPENDENT

pub fn is_regular_injected(&self) -> bool[src]

Checks if the value of the field is REGULARINJECTED

pub fn is_regular_alternate_trigger(&self) -> bool[src]

Checks if the value of the field is REGULARALTERNATETRIGGER

pub fn is_injected_fast_interleaved(&self) -> bool[src]

Checks if the value of the field is INJECTEDFASTINTERLEAVED

pub fn is_injected_slow_interleaved(&self) -> bool[src]

Checks if the value of the field is INJECTEDSLOWINTERLEAVED

pub fn is_injected(&self) -> bool[src]

Checks if the value of the field is INJECTED

pub fn is_regular(&self) -> bool[src]

Checks if the value of the field is REGULAR

pub fn is_fast_interleaved(&self) -> bool[src]

Checks if the value of the field is FASTINTERLEAVED

pub fn is_slow_interleaved(&self) -> bool[src]

Checks if the value of the field is SLOWINTERLEAVED

pub fn is_alternate_trigger(&self) -> bool[src]

Checks if the value of the field is ALTERNATETRIGGER