#[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