rp2040_pac::pio0

Type Alias DBG_PADOE

Source
pub type DBG_PADOE = Reg<DBG_PADOE_SPEC>;
Expand description

DBG_PADOE (r) register accessor: Read to sample the pad output enables (direction) PIO is currently driving to the GPIOs. On RP2040 there are 30 GPIOs, so the two most significant bits are hardwired to 0.

You can read this register and get dbg_padoe::R. See API.

For information about available fields see dbg_padoe module

Aliased Typeยง

struct DBG_PADOE { /* private fields */ }