[−][src]Struct stm32l4x6::adc1::cfgr::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 awdch1ch(&self) -> AWDCH1CHR[src]
pub fn awdch1ch(&self) -> AWDCH1CHRBits 26:30 - AWDCH1CH
pub fn jauto(&self) -> JAUTOR[src]
pub fn jauto(&self) -> JAUTORBit 25 - JAUTO
pub fn jawd1en(&self) -> JAWD1ENR[src]
pub fn jawd1en(&self) -> JAWD1ENRBit 24 - JAWD1EN
pub fn awd1en(&self) -> AWD1ENR[src]
pub fn awd1en(&self) -> AWD1ENRBit 23 - AWD1EN
pub fn awd1sgl(&self) -> AWD1SGLR[src]
pub fn awd1sgl(&self) -> AWD1SGLRBit 22 - AWD1SGL
pub fn jqm(&self) -> JQMR[src]
pub fn jqm(&self) -> JQMRBit 21 - JQM
pub fn jdiscen(&self) -> JDISCENR[src]
pub fn jdiscen(&self) -> JDISCENRBit 20 - JDISCEN
pub fn discnum(&self) -> DISCNUMR[src]
pub fn discnum(&self) -> DISCNUMRBits 17:19 - DISCNUM
pub fn discen(&self) -> DISCENR[src]
pub fn discen(&self) -> DISCENRBit 16 - DISCEN
pub fn autoff(&self) -> AUTOFFR[src]
pub fn autoff(&self) -> AUTOFFRBit 15 - AUTOFF
pub fn autdly(&self) -> AUTDLYR[src]
pub fn autdly(&self) -> AUTDLYRBit 14 - AUTDLY
pub fn cont(&self) -> CONTR[src]
pub fn cont(&self) -> CONTRBit 13 - CONT
pub fn ovrmod(&self) -> OVRMODR[src]
pub fn ovrmod(&self) -> OVRMODRBit 12 - OVRMOD
pub fn exten(&self) -> EXTENR[src]
pub fn exten(&self) -> EXTENRBits 10:11 - EXTEN
pub fn extsel(&self) -> EXTSELR[src]
pub fn extsel(&self) -> EXTSELRBits 6:9 - EXTSEL
pub fn align(&self) -> ALIGNR[src]
pub fn align(&self) -> ALIGNRBit 5 - ALIGN
pub fn res(&self) -> RESR[src]
pub fn res(&self) -> RESRBits 3:4 - RES
pub fn dmacfg(&self) -> DMACFGR[src]
pub fn dmacfg(&self) -> DMACFGRBit 1 - DMACFG
pub fn dmaen(&self) -> DMAENR[src]
pub fn dmaen(&self) -> DMAENRBit 0 - DMAEN
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 = !
🔬 This is a nightly-only experimental API. (
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>🔬 This is a nightly-only experimental API. (
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
🔬 This is a nightly-only experimental API. (
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>🔬 This is a nightly-only experimental API. (
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