#[repr(C)]
pub struct RegisterBlock { pub pjin: Reg<PJIN_SPEC>, pub pjout: Reg<PJOUT_SPEC>, pub pjdir: Reg<PJDIR_SPEC>, pub pjren: Reg<PJREN_SPEC>, pub pjds: Reg<PJDS_SPEC>, }
Expand description

Register block

Fields

pjin: Reg<PJIN_SPEC>

0x00 - Port J Input

pjout: Reg<PJOUT_SPEC>

0x02 - Port J Output

pjdir: Reg<PJDIR_SPEC>

0x04 - Port J Direction

pjren: Reg<PJREN_SPEC>

0x06 - Port J Resistor Enable

pjds: Reg<PJDS_SPEC>

0x08 - Port J Drive Strenght

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.