Struct stm32_hal2::pac::DELAY_BLOCK_SDMMC1
source · [−]pub struct DELAY_BLOCK_SDMMC1 { /* private fields */ }Expand description
DELAY_Block_SDMMC1
Implementations
sourceimpl DELAY_BLOCK_SDMMC1
impl DELAY_BLOCK_SDMMC1
sourcepub const PTR: *const RegisterBlock = {0x52008000 as *const stm32h7::stm32h735::delay_block_sdmmc1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x52008000 as *const stm32h7::stm32h735::delay_block_sdmmc1::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
sourceimpl Debug for DELAY_BLOCK_SDMMC1
impl Debug for DELAY_BLOCK_SDMMC1
sourceimpl Deref for DELAY_BLOCK_SDMMC1
impl Deref for DELAY_BLOCK_SDMMC1
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
sourcefn deref(&self) -> &<DELAY_BLOCK_SDMMC1 as Deref>::Target
fn deref(&self) -> &<DELAY_BLOCK_SDMMC1 as Deref>::Target
Dereferences the value.
impl Send for DELAY_BLOCK_SDMMC1
Auto Trait Implementations
impl RefUnwindSafe for DELAY_BLOCK_SDMMC1
impl !Sync for DELAY_BLOCK_SDMMC1
impl Unpin for DELAY_BLOCK_SDMMC1
impl UnwindSafe for DELAY_BLOCK_SDMMC1
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