#[repr(C)]
pub struct RegisterBlock { pub p4map0: Reg<P4MAP0_SPEC>, pub p4map1: Reg<P4MAP1_SPEC>, pub p4map2: Reg<P4MAP2_SPEC>, pub p4map3: Reg<P4MAP3_SPEC>, pub p4map4: Reg<P4MAP4_SPEC>, pub p4map5: Reg<P4MAP5_SPEC>, pub p4map6: Reg<P4MAP6_SPEC>, pub p4map7: Reg<P4MAP7_SPEC>, }
Expand description

Register block

Fields

p4map0: Reg<P4MAP0_SPEC>

0x00 - Port P4.0 mapping register

p4map1: Reg<P4MAP1_SPEC>

0x01 - Port P4.1 mapping register

p4map2: Reg<P4MAP2_SPEC>

0x02 - Port P4.2 mapping register

p4map3: Reg<P4MAP3_SPEC>

0x03 - Port P4.3 mapping register

p4map4: Reg<P4MAP4_SPEC>

0x04 - Port P4.4 mapping register

p4map5: Reg<P4MAP5_SPEC>

0x05 - Port P4.5 mapping register

p4map6: Reg<P4MAP6_SPEC>

0x06 - Port P4.6 mapping register

p4map7: Reg<P4MAP7_SPEC>

0x07 - Port P4.7 mapping 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.