Struct stm32f407g_disc::CRYP[]

pub struct CRYP { /* fields omitted */ }

Cryptographic processor

Implementations

impl CRYP

pub const fn ptr() -> *const RegisterBlock

Returns a pointer to the register block

Trait Implementations

impl DMASet<Stream5<DMA2>, Channel2, PeripheralToMemory> for CRYP[src]

impl DMASet<Stream6<DMA2>, Channel2, MemoryToPeripheral> for CRYP[src]

impl Deref for CRYP

type Target = RegisterBlock

The resulting type after dereferencing.

impl PeriAddress for CRYP[src]

type MemSize = u32

Memory size of the peripheral.

impl Send for CRYP

Auto Trait Implementations

impl !Sync for CRYP

impl Unpin for CRYP

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.