[][src]Struct stm32l1xx_hal::stm32::ri::ascr2::W

pub struct W { /* fields omitted */ }

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 gr5_4(&mut self) -> _GR5_4W[src]

Bit 29 - GR5_4 analog switch control

pub fn gr6_4(&mut self) -> _GR6_4W[src]

Bit 28 - GR6_4 analog switch control

pub fn gr6_3(&mut self) -> _GR6_3W[src]

Bit 27 - GR6_3 analog switch control

pub fn gr7_7(&mut self) -> _GR7_7W[src]

Bit 26 - GR7_7 analog switch control

pub fn gr7_6(&mut self) -> _GR7_6W[src]

Bit 25 - GR7_6 analog switch control

pub fn gr7_5(&mut self) -> _GR7_5W[src]

Bit 24 - GR7_5 analog switch control

pub fn gr2_5(&mut self) -> _GR2_5W[src]

Bit 23 - GR2_5 analog switch control

pub fn gr2_4(&mut self) -> _GR2_4W[src]

Bit 22 - GR2_4 analog switch control

pub fn gr2_3(&mut self) -> _GR2_3W[src]

Bit 21 - GR2_3 analog switch control

pub fn gr9_4(&mut self) -> _GR9_4W[src]

Bit 20 - GR9_4 analog switch control

pub fn gr9_3(&mut self) -> _GR9_3W[src]

Bit 19 - GR9_3 analog switch control

pub fn gr3_5(&mut self) -> _GR3_5W[src]

Bit 18 - GR3_5 analog switch control

pub fn gr3_4(&mut self) -> _GR3_4W[src]

Bit 17 - GR3_4 analog switch control

pub fn gr3_3(&mut self) -> _GR3_3W[src]

Bit 16 - GR3_3 analog switch control

pub fn gr4_3(&mut self) -> _GR4_3W[src]

Bit 11 - GR4_3 analog switch control

pub fn gr4_2(&mut self) -> _GR4_2W[src]

Bit 10 - GR4_2 analog switch control

pub fn gr4_1(&mut self) -> _GR4_1W[src]

Bit 9 - GR4_1 analog switch control

pub fn gr5_3(&mut self) -> _GR5_3W[src]

Bit 8 - GR5_3 analog switch control

pub fn gr5_2(&mut self) -> _GR5_2W[src]

Bit 7 - GR5_2 analog switch control

pub fn gr5_1(&mut self) -> _GR5_1W[src]

Bit 6 - GR5_1 analog switch control

pub fn gr6_2(&mut self) -> _GR6_2W[src]

Bit 5 - GR6_2 analog switch control

pub fn gr6_1(&mut self) -> _GR6_1W[src]

Bit 4 - GR6_1 analog switch control

pub fn gr10_4(&mut self) -> _GR10_4W[src]

Bit 3 - GR10_4 analog switch control

pub fn gr10_3(&mut self) -> _GR10_3W[src]

Bit 2 - GR10_3 analog switch control

pub fn gr10_2(&mut self) -> _GR10_2W[src]

Bit 1 - GR10_2 analog switch control

pub fn gr10_1(&mut self) -> _GR10_1W[src]

Bit 0 - GR10_1 analog switch control

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]