Struct SKEAZN642::port::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ioflt: Reg<IOFLT_SPEC>, pub puel: Reg<PUEL_SPEC>, pub pueh: Reg<PUEH_SPEC>, pub hdrve: Reg<HDRVE_SPEC>, }
Expand description

Register block

Fields

ioflt: Reg<IOFLT_SPEC>

0x00 - Port Filter Register

puel: Reg<PUEL_SPEC>

0x04 - Port Pullup Enable Low Register

pueh: Reg<PUEH_SPEC>

0x08 - Port Pullup Enable High Register

hdrve: Reg<HDRVE_SPEC>

0x0c - Port High Drive Enable 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.