Enum stm32wlxx_hal::pac::flash::acr::PES_A
pub enum PES_A {
Granted = 0,
Suspended = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CPU1 programm erase suspend request
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. The PESD bit in FLASH_SR is set when PES bit in FLASH_ACR is set
Trait Implementations§
impl Copy for PES_A
impl StructuralPartialEq for PES_A
Auto Trait Implementations§
impl RefUnwindSafe for PES_A
impl Send for PES_A
impl Sync for PES_A
impl Unpin for PES_A
impl UnwindSafe for PES_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