Struct daisy::pac::DELAY_BLOCK_QUADSPI
pub struct DELAY_BLOCK_QUADSPI { /* private fields */ }
Expand description
DELAY_Block_SDMMC1
Implementations§
§impl DELAY_BLOCK_QUADSPI
impl DELAY_BLOCK_QUADSPI
pub const PTR: *const RegisterBlock = {0x52006000 as *const stm32h7xx_hal::stm32::delay_block_sdmmc1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x52006000 as *const stm32h7xx_hal::stm32::delay_block_sdmmc1::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
§impl Debug for DELAY_BLOCK_QUADSPI
impl Debug for DELAY_BLOCK_QUADSPI
§impl Deref for DELAY_BLOCK_QUADSPI
impl Deref for DELAY_BLOCK_QUADSPI
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
§fn deref(&self) -> &<DELAY_BLOCK_QUADSPI as Deref>::Target
fn deref(&self) -> &<DELAY_BLOCK_QUADSPI as Deref>::Target
Dereferences the value.
impl Send for DELAY_BLOCK_QUADSPI
Auto Trait Implementations§
impl Freeze for DELAY_BLOCK_QUADSPI
impl RefUnwindSafe for DELAY_BLOCK_QUADSPI
impl !Sync for DELAY_BLOCK_QUADSPI
impl Unpin for DELAY_BLOCK_QUADSPI
impl UnwindSafe for DELAY_BLOCK_QUADSPI
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