pub struct HASH { /* private fields */ }
Expand description
Hash processor
Implementations
impl HASH
impl HASH
pub const PTR: *const RegisterBlock = {0x50060400 as *const stm32f4xx_hal::pac::hash::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x50060400 as *const stm32f4xx_hal::pac::hash::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
sourceimpl PeriAddress for HASH
impl PeriAddress for HASH
impl DMASet<StreamX<DMA2, 7>, 2, MemoryToPeripheral> for HASH
impl Send for HASH
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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