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