#[repr(C)]
pub struct RegisterBlock { pub cfg0: Reg<CFG0_SPEC>, pub cfg1: Reg<CFG1_SPEC>, pub extiss0: Reg<EXTISS0_SPEC>, pub extiss1: Reg<EXTISS1_SPEC>, pub extiss2: Reg<EXTISS2_SPEC>, pub extiss3: Reg<EXTISS3_SPEC>, pub cfg2: Reg<CFG2_SPEC>, }
Expand description

Register block

Fields

cfg0: Reg<CFG0_SPEC>

0x00 - System configuration register 0

cfg1: Reg<CFG1_SPEC>

0x04 - System configuration register 1

extiss0: Reg<EXTISS0_SPEC>

0x08 - EXTI sources selection register 0

extiss1: Reg<EXTISS1_SPEC>

0x0c - EXTI sources selection register 1

extiss2: Reg<EXTISS2_SPEC>

0x10 - EXTI sources selection register 2

extiss3: Reg<EXTISS3_SPEC>

0x14 - EXTI sources selection register 3

cfg2: Reg<CFG2_SPEC>

0x18 - System configuration register 2

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.