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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn gr5_4(&self) -> GR5_4R[src]

Bit 29 - GR5_4 analog switch control

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

Bit 28 - GR6_4 analog switch control

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

Bit 27 - GR6_3 analog switch control

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

Bit 26 - GR7_7 analog switch control

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

Bit 25 - GR7_6 analog switch control

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

Bit 24 - GR7_5 analog switch control

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

Bit 23 - GR2_5 analog switch control

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

Bit 22 - GR2_4 analog switch control

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

Bit 21 - GR2_3 analog switch control

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

Bit 20 - GR9_4 analog switch control

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

Bit 19 - GR9_3 analog switch control

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

Bit 18 - GR3_5 analog switch control

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

Bit 17 - GR3_4 analog switch control

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

Bit 16 - GR3_3 analog switch control

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

Bit 11 - GR4_3 analog switch control

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

Bit 10 - GR4_2 analog switch control

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

Bit 9 - GR4_1 analog switch control

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

Bit 8 - GR5_3 analog switch control

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

Bit 7 - GR5_2 analog switch control

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

Bit 6 - GR5_1 analog switch control

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

Bit 5 - GR6_2 analog switch control

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

Bit 4 - GR6_1 analog switch control

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

Bit 3 - GR10_4 analog switch control

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

Bit 2 - GR10_3 analog switch control

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

Bit 1 - GR10_2 analog switch control

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

Bit 0 - GR10_1 analog switch control

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

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]