Struct stm32ral::stm32wb::stm32wb55::pka::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR: RWRegister<u32>, pub SR: RORegister<u32>, pub CLRFR: RWRegister<u32>, pub VERR: RORegister<u32>, pub IPIDR: RORegister<u32>, pub SIDR: RORegister<u32>, // some fields omitted }

Fields

CR: RWRegister<u32>

Control register

SR: RORegister<u32>

PKA status register

CLRFR: RWRegister<u32>

PKA clear flag register

VERR: RORegister<u32>

PKA version register

IPIDR: RORegister<u32>

PKA identification register

SIDR: RORegister<u32>

PKA size ID register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.