Enum stm32wlxx_hal::pac::flash::sr::BSY_A
pub enum BSY_A {
Inactive = 0,
Active = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Busy
Value on reset: 0
Variants§
Inactive = 0
0: No write/erase operation is in progress
Active = 1
1: No write/erase operation is in progress
Trait Implementations§
impl Copy for BSY_A
impl StructuralPartialEq for BSY_A
Auto Trait Implementations§
impl RefUnwindSafe for BSY_A
impl Send for BSY_A
impl Sync for BSY_A
impl Unpin for BSY_A
impl UnwindSafe for BSY_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