[][src]Struct stm32f0xx_hal::stm32::tsc::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub cr: Reg<u32, _CR>,
    pub ier: Reg<u32, _IER>,
    pub icr: Reg<u32, _ICR>,
    pub isr: Reg<u32, _ISR>,
    pub iohcr: Reg<u32, _IOHCR>,
    pub ioascr: Reg<u32, _IOASCR>,
    pub ioscr: Reg<u32, _IOSCR>,
    pub ioccr: Reg<u32, _IOCCR>,
    pub iogcsr: Reg<u32, _IOGCSR>,
    pub iog1cr: Reg<u32, _IOGCR>,
    pub iog2cr: Reg<u32, _IOGCR>,
    pub iog3cr: Reg<u32, _IOGCR>,
    pub iog4cr: Reg<u32, _IOGCR>,
    pub iog5cr: Reg<u32, _IOGCR>,
    pub iog6cr: Reg<u32, _IOGCR>,
    // some fields omitted
}

Register block

Fields

cr: Reg<u32, _CR>

0x00 - control register

ier: Reg<u32, _IER>

0x04 - interrupt enable register

icr: Reg<u32, _ICR>

0x08 - interrupt clear register

isr: Reg<u32, _ISR>

0x0c - interrupt status register

iohcr: Reg<u32, _IOHCR>

0x10 - I/O hysteresis control register

ioascr: Reg<u32, _IOASCR>

0x18 - I/O analog switch control register

ioscr: Reg<u32, _IOSCR>

0x20 - I/O sampling control register

ioccr: Reg<u32, _IOCCR>

0x28 - I/O channel control register

iogcsr: Reg<u32, _IOGCSR>

0x30 - I/O group control status register

iog1cr: Reg<u32, _IOGCR>

0x34 - I/O group x counter register

iog2cr: Reg<u32, _IOGCR>

0x38 - I/O group x counter register

iog3cr: Reg<u32, _IOGCR>

0x3c - I/O group x counter register

iog4cr: Reg<u32, _IOGCR>

0x40 - I/O group x counter register

iog5cr: Reg<u32, _IOGCR>

0x44 - I/O group x counter register

iog6cr: Reg<u32, _IOGCR>

0x48 - I/O group x counter register

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.