[−][src]Struct stm32l4x6::adc123_common::csr::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn addrdy_mst(&self) -> ADDRDY_MSTR
[src]
pub fn addrdy_mst(&self) -> ADDRDY_MSTR
Bit 0 - ADDRDY_MST
pub fn eosmp_mst(&self) -> EOSMP_MSTR
[src]
pub fn eosmp_mst(&self) -> EOSMP_MSTR
Bit 1 - EOSMP_MST
pub fn eoc_mst(&self) -> EOC_MSTR
[src]
pub fn eoc_mst(&self) -> EOC_MSTR
Bit 2 - EOC_MST
pub fn eos_mst(&self) -> EOS_MSTR
[src]
pub fn eos_mst(&self) -> EOS_MSTR
Bit 3 - EOS_MST
pub fn ovr_mst(&self) -> OVR_MSTR
[src]
pub fn ovr_mst(&self) -> OVR_MSTR
Bit 4 - OVR_MST
pub fn jeoc_mst(&self) -> JEOC_MSTR
[src]
pub fn jeoc_mst(&self) -> JEOC_MSTR
Bit 5 - JEOC_MST
pub fn jeos_mst(&self) -> JEOS_MSTR
[src]
pub fn jeos_mst(&self) -> JEOS_MSTR
Bit 6 - JEOS_MST
pub fn awd1_mst(&self) -> AWD1_MSTR
[src]
pub fn awd1_mst(&self) -> AWD1_MSTR
Bit 7 - AWD1_MST
pub fn awd2_mst(&self) -> AWD2_MSTR
[src]
pub fn awd2_mst(&self) -> AWD2_MSTR
Bit 8 - AWD2_MST
pub fn awd3_mst(&self) -> AWD3_MSTR
[src]
pub fn awd3_mst(&self) -> AWD3_MSTR
Bit 9 - AWD3_MST
pub fn jqovf_mst(&self) -> JQOVF_MSTR
[src]
pub fn jqovf_mst(&self) -> JQOVF_MSTR
Bit 10 - JQOVF_MST
pub fn adrdy_slv(&self) -> ADRDY_SLVR
[src]
pub fn adrdy_slv(&self) -> ADRDY_SLVR
Bit 16 - ADRDY_SLV
pub fn eosmp_slv(&self) -> EOSMP_SLVR
[src]
pub fn eosmp_slv(&self) -> EOSMP_SLVR
Bit 17 - EOSMP_SLV
pub fn eoc_slv(&self) -> EOC_SLVR
[src]
pub fn eoc_slv(&self) -> EOC_SLVR
Bit 18 - End of regular conversion of the slave ADC
pub fn eos_slv(&self) -> EOS_SLVR
[src]
pub fn eos_slv(&self) -> EOS_SLVR
Bit 19 - End of regular sequence flag of the slave ADC
pub fn ovr_slv(&self) -> OVR_SLVR
[src]
pub fn ovr_slv(&self) -> OVR_SLVR
Bit 20 - Overrun flag of the slave ADC
pub fn jeoc_slv(&self) -> JEOC_SLVR
[src]
pub fn jeoc_slv(&self) -> JEOC_SLVR
Bit 21 - End of injected conversion flag of the slave ADC
pub fn jeos_slv(&self) -> JEOS_SLVR
[src]
pub fn jeos_slv(&self) -> JEOS_SLVR
Bit 22 - End of injected sequence flag of the slave ADC
pub fn awd1_slv(&self) -> AWD1_SLVR
[src]
pub fn awd1_slv(&self) -> AWD1_SLVR
Bit 23 - Analog watchdog 1 flag of the slave ADC
pub fn awd2_slv(&self) -> AWD2_SLVR
[src]
pub fn awd2_slv(&self) -> AWD2_SLVR
Bit 24 - Analog watchdog 2 flag of the slave ADC
pub fn awd3_slv(&self) -> AWD3_SLVR
[src]
pub fn awd3_slv(&self) -> AWD3_SLVR
Bit 25 - Analog watchdog 3 flag of the slave ADC
pub fn jqovf_slv(&self) -> JQOVF_SLVR
[src]
pub fn jqovf_slv(&self) -> JQOVF_SLVR
Bit 26 - Injected Context Queue Overflow flag of the slave ADC
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more