Enum stm32wlxx_hal::pac::flash::c2sr::PESD_A
pub enum PESD_A {
Granted = 0,
Suspended = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
PESD
Value on reset: 0
Variants§
Granted = 0
0: Flash program and erase operations granted
Suspended = 1
1: Any new Flash program and erase operation is suspended until this bit is cleared. This bit is set when at least one PES bit in FLASH_ACR or FLASH_C2ACR is set.
Trait Implementations§
impl Copy for PESD_A
impl StructuralPartialEq for PESD_A
Auto Trait Implementations§
impl RefUnwindSafe for PESD_A
impl Send for PESD_A
impl Sync for PESD_A
impl Unpin for PESD_A
impl UnwindSafe for PESD_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