[−][src]Struct stm32f0xx_hal::stm32::adc::chselr::W
Value to write to the register
Methods
impl W[src]
pub fn reset_value() -> W[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]
Writes raw bits to the register
pub fn chsel18(&mut self) -> _CHSEL18W[src]
Bit 18 - Channel-x selection
pub fn chsel17(&mut self) -> _CHSEL17W[src]
Bit 17 - Channel-x selection
pub fn chsel16(&mut self) -> _CHSEL16W[src]
Bit 16 - Channel-x selection
pub fn chsel15(&mut self) -> _CHSEL15W[src]
Bit 15 - Channel-x selection
pub fn chsel14(&mut self) -> _CHSEL14W[src]
Bit 14 - Channel-x selection
pub fn chsel13(&mut self) -> _CHSEL13W[src]
Bit 13 - Channel-x selection
pub fn chsel12(&mut self) -> _CHSEL12W[src]
Bit 12 - Channel-x selection
pub fn chsel11(&mut self) -> _CHSEL11W[src]
Bit 11 - Channel-x selection
pub fn chsel10(&mut self) -> _CHSEL10W[src]
Bit 10 - Channel-x selection
pub fn chsel9(&mut self) -> _CHSEL9W[src]
Bit 9 - Channel-x selection
pub fn chsel8(&mut self) -> _CHSEL8W[src]
Bit 8 - Channel-x selection
pub fn chsel7(&mut self) -> _CHSEL7W[src]
Bit 7 - Channel-x selection
pub fn chsel6(&mut self) -> _CHSEL6W[src]
Bit 6 - Channel-x selection
pub fn chsel5(&mut self) -> _CHSEL5W[src]
Bit 5 - Channel-x selection
pub fn chsel4(&mut self) -> _CHSEL4W[src]
Bit 4 - Channel-x selection
pub fn chsel3(&mut self) -> _CHSEL3W[src]
Bit 3 - Channel-x selection
pub fn chsel2(&mut self) -> _CHSEL2W[src]
Bit 2 - Channel-x selection
pub fn chsel1(&mut self) -> _CHSEL1W[src]
Bit 1 - Channel-x selection
pub fn chsel0(&mut self) -> _CHSEL0W[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