Struct rp2040_pac::io_bank0::gpio::GPIO
source · #[repr(C)]pub struct GPIO { /* private fields */ }
Expand description
Register block
Implementations§
source§impl GPIO
impl GPIO
sourcepub const fn gpio_status(&self) -> &GPIO_STATUS
pub const fn gpio_status(&self) -> &GPIO_STATUS
0x00 - GPIO status
Auto Trait Implementations§
impl !Freeze for GPIO
impl !RefUnwindSafe for GPIO
impl Send for GPIO
impl !Sync for GPIO
impl Unpin for GPIO
impl UnwindSafe for GPIO
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