[][src]Struct stm32l4x6::tsc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub ier: IER, pub icr: ICR, pub isr: ISR, pub iohcr: IOHCR, pub ioascr: IOASCR, pub ioscr: IOSCR, pub ioccr: IOCCR, pub iogcsr: IOGCSR, pub iog1cr: IOG1CR, pub iog2cr: IOG2CR, pub iog3cr: IOG3CR, pub iog4cr: IOG4CR, pub iog5cr: IOG5CR, pub iog6cr: IOG6CR, pub iog7cr: IOG7CR, pub iog8cr: IOG8CR, // some fields omitted }

Register block

Fields

0x00 - control register

0x04 - interrupt enable register

0x08 - interrupt clear register

0x0c - interrupt status register

0x10 - I/O hysteresis control register

0x18 - I/O analog switch control register

0x20 - I/O sampling control register

0x28 - I/O channel control register

0x30 - I/O group control status register

0x34 - I/O group x counter register

0x38 - I/O group x counter register

0x3c - I/O group x counter register

0x40 - I/O group x counter register

0x44 - I/O group x counter register

0x48 - I/O group x counter register

0x4c - I/O group x counter register

0x50 - I/O group x counter register

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock

Blanket Implementations

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more