[−][src]Struct stm32l4x6::adc1::cfgr::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 awdch1ch(&self) -> AWDCH1CHR
[src]
pub fn awdch1ch(&self) -> AWDCH1CHR
Bits 26:30 - AWDCH1CH
pub fn jauto(&self) -> JAUTOR
[src]
pub fn jauto(&self) -> JAUTOR
Bit 25 - JAUTO
pub fn jawd1en(&self) -> JAWD1ENR
[src]
pub fn jawd1en(&self) -> JAWD1ENR
Bit 24 - JAWD1EN
pub fn awd1en(&self) -> AWD1ENR
[src]
pub fn awd1en(&self) -> AWD1ENR
Bit 23 - AWD1EN
pub fn awd1sgl(&self) -> AWD1SGLR
[src]
pub fn awd1sgl(&self) -> AWD1SGLR
Bit 22 - AWD1SGL
pub fn jqm(&self) -> JQMR
[src]
pub fn jqm(&self) -> JQMR
Bit 21 - JQM
pub fn jdiscen(&self) -> JDISCENR
[src]
pub fn jdiscen(&self) -> JDISCENR
Bit 20 - JDISCEN
pub fn discnum(&self) -> DISCNUMR
[src]
pub fn discnum(&self) -> DISCNUMR
Bits 17:19 - DISCNUM
pub fn discen(&self) -> DISCENR
[src]
pub fn discen(&self) -> DISCENR
Bit 16 - DISCEN
pub fn autoff(&self) -> AUTOFFR
[src]
pub fn autoff(&self) -> AUTOFFR
Bit 15 - AUTOFF
pub fn autdly(&self) -> AUTDLYR
[src]
pub fn autdly(&self) -> AUTDLYR
Bit 14 - AUTDLY
pub fn cont(&self) -> CONTR
[src]
pub fn cont(&self) -> CONTR
Bit 13 - CONT
pub fn ovrmod(&self) -> OVRMODR
[src]
pub fn ovrmod(&self) -> OVRMODR
Bit 12 - OVRMOD
pub fn exten(&self) -> EXTENR
[src]
pub fn exten(&self) -> EXTENR
Bits 10:11 - EXTEN
pub fn extsel(&self) -> EXTSELR
[src]
pub fn extsel(&self) -> EXTSELR
Bits 6:9 - EXTSEL
pub fn align(&self) -> ALIGNR
[src]
pub fn align(&self) -> ALIGNR
Bit 5 - ALIGN
pub fn res(&self) -> RESR
[src]
pub fn res(&self) -> RESR
Bits 3:4 - RES
pub fn dmacfg(&self) -> DMACFGR
[src]
pub fn dmacfg(&self) -> DMACFGR
Bit 1 - DMACFG
pub fn dmaen(&self) -> DMAENR
[src]
pub fn dmaen(&self) -> DMAENR
Bit 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 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
🔬 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 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