[−][src]Struct stm32f0xx_hal::stm32::adc::chselr::R
Value read from the register
Methods
impl R[src]
pub fn bits(&self) -> u32[src]
Value of the register as raw bits
pub fn chsel18(&self) -> CHSEL18R[src]
Bit 18 - Channel-x selection
pub fn chsel17(&self) -> CHSEL17R[src]
Bit 17 - Channel-x selection
pub fn chsel16(&self) -> CHSEL16R[src]
Bit 16 - Channel-x selection
pub fn chsel15(&self) -> CHSEL15R[src]
Bit 15 - Channel-x selection
pub fn chsel14(&self) -> CHSEL14R[src]
Bit 14 - Channel-x selection
pub fn chsel13(&self) -> CHSEL13R[src]
Bit 13 - Channel-x selection
pub fn chsel12(&self) -> CHSEL12R[src]
Bit 12 - Channel-x selection
pub fn chsel11(&self) -> CHSEL11R[src]
Bit 11 - Channel-x selection
pub fn chsel10(&self) -> CHSEL10R[src]
Bit 10 - Channel-x selection
pub fn chsel9(&self) -> CHSEL9R[src]
Bit 9 - Channel-x selection
pub fn chsel8(&self) -> CHSEL8R[src]
Bit 8 - Channel-x selection
pub fn chsel7(&self) -> CHSEL7R[src]
Bit 7 - Channel-x selection
pub fn chsel6(&self) -> CHSEL6R[src]
Bit 6 - Channel-x selection
pub fn chsel5(&self) -> CHSEL5R[src]
Bit 5 - Channel-x selection
pub fn chsel4(&self) -> CHSEL4R[src]
Bit 4 - Channel-x selection
pub fn chsel3(&self) -> CHSEL3R[src]
Bit 3 - Channel-x selection
pub fn chsel2(&self) -> CHSEL2R[src]
Bit 2 - Channel-x selection
pub fn chsel1(&self) -> CHSEL1R[src]
Bit 1 - Channel-x selection
pub fn chsel0(&self) -> CHSEL0R[src]
Bit 0 - Channel-x selection
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self