Enum stm32wlxx_hal::pac::flash::c2sr::EOP_AW
pub enum EOP_AW {
Clear = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
End of operation
Value on reset: 0
Variants§
Clear = 1
1: Clear the flag
Trait Implementations§
impl Copy for EOP_AW
impl StructuralPartialEq for EOP_AW
Auto Trait Implementations§
impl RefUnwindSafe for EOP_AW
impl Send for EOP_AW
impl Sync for EOP_AW
impl Unpin for EOP_AW
impl UnwindSafe for EOP_AW
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