[][src]Struct stm32l1xx_hal::stm32::ri::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub icr: ICR,
    pub ascr1: ASCR1,
    pub ascr2: ASCR2,
    pub hyscr1: HYSCR1,
    pub hyscr2: HYSCR2,
    pub hyscr3: HYSCR3,
    pub hyscr4: HYSCR4,
    // some fields omitted
}

Register block

Fields

icr: ICR

0x04 - RI input capture register

ascr1: ASCR1

0x08 - RI analog switches control register 1

ascr2: ASCR2

0x0c - RI analog switches control register 2

hyscr1: HYSCR1

0x10 - RI hysteresis control register 1

hyscr2: HYSCR2

0x14 - RI hysteresis control register 2

hyscr3: HYSCR3

0x18 - RI hysteresis control register 3

hyscr4: HYSCR4

0x1c - Hysteresis control register

Auto Trait Implementations

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]