Struct stm32ral::stm32f1::stm32f107::afio::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub EVCR: RWRegister<u32>, pub MAPR: RWRegister<u32>, pub EXTICR1: RWRegister<u32>, pub EXTICR2: RWRegister<u32>, pub EXTICR3: RWRegister<u32>, pub EXTICR4: RWRegister<u32>, pub MAPR2: RWRegister<u32>, // some fields omitted }

Fields

EVCR: RWRegister<u32>

Event Control Register (AFIO_EVCR)

MAPR: RWRegister<u32>

AF remap and debug I/O configuration register (AFIO_MAPR)

EXTICR1: RWRegister<u32>

External interrupt configuration register 1 (AFIO_EXTICR1)

EXTICR2: RWRegister<u32>

External interrupt configuration register 2 (AFIO_EXTICR2)

EXTICR3: RWRegister<u32>

External interrupt configuration register 3 (AFIO_EXTICR3)

EXTICR4: RWRegister<u32>

External interrupt configuration register 4 (AFIO_EXTICR4)

MAPR2: RWRegister<u32>

AF remap and debug I/O configuration register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.