Struct stm32_hal2::pac::OCTOSPI2
source · [−]pub struct OCTOSPI2 { /* private fields */ }Expand description
OctoSPI
Implementations
sourceimpl OCTOSPI2
impl OCTOSPI2
sourcepub const PTR: *const RegisterBlock = {0x5200a000 as *const stm32h7::stm32h735::octospi1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x5200a000 as *const stm32h7::stm32h735::octospi1::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OCTOSPI2
impl !Sync for OCTOSPI2
impl Unpin for OCTOSPI2
impl UnwindSafe for OCTOSPI2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more