[−][src]Struct stm32l4x6::adc123_common::csr::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32[src]
pub fn bits(&self) -> u32Value of the register as raw bits
pub fn addrdy_mst(&self) -> ADDRDY_MSTR[src]
pub fn addrdy_mst(&self) -> ADDRDY_MSTRBit 0 - ADDRDY_MST
pub fn eosmp_mst(&self) -> EOSMP_MSTR[src]
pub fn eosmp_mst(&self) -> EOSMP_MSTRBit 1 - EOSMP_MST
pub fn eoc_mst(&self) -> EOC_MSTR[src]
pub fn eoc_mst(&self) -> EOC_MSTRBit 2 - EOC_MST
pub fn eos_mst(&self) -> EOS_MSTR[src]
pub fn eos_mst(&self) -> EOS_MSTRBit 3 - EOS_MST
pub fn ovr_mst(&self) -> OVR_MSTR[src]
pub fn ovr_mst(&self) -> OVR_MSTRBit 4 - OVR_MST
pub fn jeoc_mst(&self) -> JEOC_MSTR[src]
pub fn jeoc_mst(&self) -> JEOC_MSTRBit 5 - JEOC_MST
pub fn jeos_mst(&self) -> JEOS_MSTR[src]
pub fn jeos_mst(&self) -> JEOS_MSTRBit 6 - JEOS_MST
pub fn awd1_mst(&self) -> AWD1_MSTR[src]
pub fn awd1_mst(&self) -> AWD1_MSTRBit 7 - AWD1_MST
pub fn awd2_mst(&self) -> AWD2_MSTR[src]
pub fn awd2_mst(&self) -> AWD2_MSTRBit 8 - AWD2_MST
pub fn awd3_mst(&self) -> AWD3_MSTR[src]
pub fn awd3_mst(&self) -> AWD3_MSTRBit 9 - AWD3_MST
pub fn jqovf_mst(&self) -> JQOVF_MSTR[src]
pub fn jqovf_mst(&self) -> JQOVF_MSTRBit 10 - JQOVF_MST
pub fn adrdy_slv(&self) -> ADRDY_SLVR[src]
pub fn adrdy_slv(&self) -> ADRDY_SLVRBit 16 - ADRDY_SLV
pub fn eosmp_slv(&self) -> EOSMP_SLVR[src]
pub fn eosmp_slv(&self) -> EOSMP_SLVRBit 17 - EOSMP_SLV
pub fn eoc_slv(&self) -> EOC_SLVR[src]
pub fn eoc_slv(&self) -> EOC_SLVRBit 18 - End of regular conversion of the slave ADC
pub fn eos_slv(&self) -> EOS_SLVR[src]
pub fn eos_slv(&self) -> EOS_SLVRBit 19 - End of regular sequence flag of the slave ADC
pub fn ovr_slv(&self) -> OVR_SLVR[src]
pub fn ovr_slv(&self) -> OVR_SLVRBit 20 - Overrun flag of the slave ADC
pub fn jeoc_slv(&self) -> JEOC_SLVR[src]
pub fn jeoc_slv(&self) -> JEOC_SLVRBit 21 - End of injected conversion flag of the slave ADC
pub fn jeos_slv(&self) -> JEOS_SLVR[src]
pub fn jeos_slv(&self) -> JEOS_SLVRBit 22 - End of injected sequence flag of the slave ADC
pub fn awd1_slv(&self) -> AWD1_SLVR[src]
pub fn awd1_slv(&self) -> AWD1_SLVRBit 23 - Analog watchdog 1 flag of the slave ADC
pub fn awd2_slv(&self) -> AWD2_SLVR[src]
pub fn awd2_slv(&self) -> AWD2_SLVRBit 24 - Analog watchdog 2 flag of the slave ADC
pub fn awd3_slv(&self) -> AWD3_SLVR[src]
pub fn awd3_slv(&self) -> AWD3_SLVRBit 25 - Analog watchdog 3 flag of the slave ADC
pub fn jqovf_slv(&self) -> JQOVF_SLVR[src]
pub fn jqovf_slv(&self) -> JQOVF_SLVRBit 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 Timpl<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 TMutably 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