Enum stm32wlxx_hal::pac::pka::sr::BUSY_A
pub enum BUSY_A {
Idle = 0,
Busy = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
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.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BUSY_A
impl StructuralPartialEq for BUSY_A
Auto Trait Implementations§
impl RefUnwindSafe for BUSY_A
impl Send for BUSY_A
impl Sync for BUSY_A
impl Unpin for BUSY_A
impl UnwindSafe for BUSY_A
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more