Struct rp2040_pac::io_qspi::gpio_qspi::GPIO_QSPI
source · #[repr(C)]pub struct GPIO_QSPI { /* private fields */ }
Expand description
Register block
Implementations§
source§impl GPIO_QSPI
impl GPIO_QSPI
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_QSPI
impl !RefUnwindSafe for GPIO_QSPI
impl Send for GPIO_QSPI
impl !Sync for GPIO_QSPI
impl Unpin for GPIO_QSPI
impl UnwindSafe for GPIO_QSPI
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