Type Alias stm32wlxx_hal::pac::pka::sr::BUSY_R

pub type BUSY_R = BitReaderRaw<BUSY_A>;
Available on crate feature stm32wl5x_cm4 only.
Expand description

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.

Aliased Type§

struct BUSY_R { /* private fields */ }