pub struct CRYP { /* private fields */ }
Expand description
Cryptographic processor
Implementations
impl CRYP
impl CRYP
pub const PTR: *const RegisterBlock = {0x50060000 as *const stm32f4xx_hal::pac::cryp::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x50060000 as *const stm32f4xx_hal::pac::cryp::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 CRYP
impl PeriAddress for CRYP
impl DMASet<StreamX<DMA2, 5>, 2, PeripheralToMemory> for CRYP
impl DMASet<StreamX<DMA2, 6>, 2, MemoryToPeripheral> for CRYP
impl Send for CRYP
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