Struct lpc82x_hal::gpio::PIO0_23 [] [src]

pub struct PIO0_23(_);

Identifies a specific pin

Users of this crate usually won't have direct access to this struct, as it is owned by an instance of Pin. You can use it in type signatures, to indicate that you need a Pin instance representing a specific pin.

Please refer to the documentation of Pin for more information.

Trait Implementations

impl PinName for PIO0_23
[src]

The default state of the pin after microcontroller initialization

ID: u8 = 23

A number that identifies the pin Read more

MASK: u32 = 1 << 23

The pin's bit mask Read more

INITIAL_STATE: Self::DefaultState = pin_state::Unused

The initial value of the pin state after microcontroller initialization

Auto Trait Implementations

impl Send for PIO0_23

impl Sync for PIO0_23