Struct rp2040_pac::pads_bank0::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub voltage_select: VOLTAGE_SELECT, pub gpio: [GPIO; 30], pub swclk: SWCLK, pub swd: SWD, }
Expand description

Register block

Fields

voltage_select: VOLTAGE_SELECT

0x00 - Voltage select. Per bank control

gpio: [GPIO; 30]

0x04 - Pad control register

swclk: SWCLK

0x7c - Pad control register

swd: SWD

0x80 - Pad control 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.