Type Alias rp2040_pac::pio0::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 */ }