Struct SKEAZN642::gpiob::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub pdor: Reg<PDOR_SPEC>, pub psor: Reg<PSOR_SPEC>, pub pcor: Reg<PCOR_SPEC>, pub ptor: Reg<PTOR_SPEC>, pub pdir: Reg<PDIR_SPEC>, pub pddr: Reg<PDDR_SPEC>, pub pidr: Reg<PIDR_SPEC>, }
Expand description

Register block

Fields

pdor: Reg<PDOR_SPEC>

0x00 - Port Data Output Register

psor: Reg<PSOR_SPEC>

0x04 - Port Set Output Register

pcor: Reg<PCOR_SPEC>

0x08 - Port Clear Output Register

ptor: Reg<PTOR_SPEC>

0x0c - Port Toggle Output Register

pdir: Reg<PDIR_SPEC>

0x10 - Port Data Input Register

pddr: Reg<PDDR_SPEC>

0x14 - Port Data Direction Register

pidr: Reg<PIDR_SPEC>

0x18 - Port Input Disable 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.