Type Alias rp2040_pac::pio0::DBG_PADOUT
source · pub type DBG_PADOUT = Reg<DBG_PADOUT_SPEC>;
Expand description
DBG_PADOUT (r) register accessor: Read to sample the pad output values 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_padout::R
. See API.
For information about available fields see dbg_padout
module
Aliased Type§
struct DBG_PADOUT { /* private fields */ }