Module stm32wlxx_hal::pac::pka::sr
Available on crate feature
stm32wl5x_cm4
only.Expand description
status register
Structs
- Register
SR
reader - status register
Enums
- Address error flag
- PKA operation is in progressThis bit is set to 1 whenever START bit in the PKA_CR is set. It is automatically cleared when the computation is complete, meaning that PKA RAM can be safely accessed and a new operation can be started.
- PKA End of Operation flag
- PKA RAM error flag
Type Aliases
- Field
ADDRERRF
reader - Address error flag - Field
BUSY
reader - PKA operation is in progressThis bit is set to 1 whenever START bit in the PKA_CR is set. It is automatically cleared when the computation is complete, meaning that PKA RAM can be safely accessed and a new operation can be started. - Field
PROCENDF
reader - PKA End of Operation flag - Field
RAMERRF
reader - PKA RAM error flag