Struct rp2040_pac::pio0::dbg_padout::DBG_PADOUT_SPEC
source · pub struct DBG_PADOUT_SPEC;
Expand description
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.
Trait Implementations§
source§impl RegisterSpec for DBG_PADOUT_SPEC
impl RegisterSpec for DBG_PADOUT_SPEC
source§impl Resettable for DBG_PADOUT_SPEC
impl Resettable for DBG_PADOUT_SPEC
reset()
method sets DBG_PADOUT to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for DBG_PADOUT_SPEC
read()
method returns dbg_padout::R
reader structure
Auto Trait Implementations§
impl Freeze for DBG_PADOUT_SPEC
impl RefUnwindSafe for DBG_PADOUT_SPEC
impl Send for DBG_PADOUT_SPEC
impl Sync for DBG_PADOUT_SPEC
impl Unpin for DBG_PADOUT_SPEC
impl UnwindSafe for DBG_PADOUT_SPEC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more