Enum stm32wlxx_hal::pac::flash::sr::CFGBSY_A
pub enum CFGBSY_A {
Free = 0,
Busy = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Programming or erase configuration busy
Value on reset: 0
Variants§
Free = 0
0: PG, PNB, PER, MER bits available for writing
Busy = 1
1: PG, PNB, PER, MER bits not available for writing (operation ongoing)
Trait Implementations§
impl Copy for CFGBSY_A
impl StructuralPartialEq for CFGBSY_A
Auto Trait Implementations§
impl RefUnwindSafe for CFGBSY_A
impl Send for CFGBSY_A
impl Sync for CFGBSY_A
impl Unpin for CFGBSY_A
impl UnwindSafe for CFGBSY_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