#[repr(C)]
pub struct RegisterBlock { pub p3ren: P3REN, pub p3in: P3IN, pub p3out: P3OUT, pub p3dir: P3DIR, pub p3sel: P3SEL, pub p3sel2: P3SEL2, /* private fields */ }
Expand description

Register block

Fields

p3ren: P3REN

0x00 - Port 3 Resistor Enable

p3in: P3IN

0x08 - Port 3 Input

p3out: P3OUT

0x09 - Port 3 Output

p3dir: P3DIR

0x0a - Port 3 Direction

p3sel: P3SEL

0x0b - Port 3 Selection

p3sel2: P3SEL2

0x33 - Port 3 Selection 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.