Struct stm32ral::stm32l5::stm32l562::pka::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub PKA_CR: RWRegister<u32>, pub PKA_SR: RORegister<u32>, pub PKA_CLRFR: WORegister<u32>, }

Fields

PKA_CR: RWRegister<u32>

PKA control register

PKA_SR: RORegister<u32>

PKA status register

PKA_CLRFR: WORegister<u32>

PKA clear flag 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.