Struct rp2040_pac::pio0::dbg_padoe::DBG_PADOE_SPEC
source · pub struct DBG_PADOE_SPEC;
Expand description
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.
Trait Implementations§
source§impl RegisterSpec for DBG_PADOE_SPEC
impl RegisterSpec for DBG_PADOE_SPEC
source§impl Resettable for DBG_PADOE_SPEC
impl Resettable for DBG_PADOE_SPEC
reset()
method sets DBG_PADOE 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_PADOE_SPEC
read()
method returns dbg_padoe::R
reader structure
Auto Trait Implementations§
impl Freeze for DBG_PADOE_SPEC
impl RefUnwindSafe for DBG_PADOE_SPEC
impl Send for DBG_PADOE_SPEC
impl Sync for DBG_PADOE_SPEC
impl Unpin for DBG_PADOE_SPEC
impl UnwindSafe for DBG_PADOE_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