Enum stm32wlxx_hal::pac::flash::sr::PGSERR_A
pub enum PGSERR_A {
NoError = 0,
Error = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Programming sequence error
Value on reset: 0
Variants§
NoError = 0
0: No fast programming sequence error happened
Error = 1
1: Fast programming sequence error happened
Trait Implementations§
impl Copy for PGSERR_A
impl StructuralPartialEq for PGSERR_A
Auto Trait Implementations§
impl RefUnwindSafe for PGSERR_A
impl Send for PGSERR_A
impl Sync for PGSERR_A
impl Unpin for PGSERR_A
impl UnwindSafe for PGSERR_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