Enum stm32wlxx_hal::pac::tamp::cr2::BKERASE_A
pub enum BKERASE_A {
Reset = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Backup registerserase
Value on reset: 0
Variants§
Reset = 1
1: Reset backup registers
Trait Implementations§
impl Copy for BKERASE_A
impl StructuralPartialEq for BKERASE_A
Auto Trait Implementations§
impl RefUnwindSafe for BKERASE_A
impl Send for BKERASE_A
impl Sync for BKERASE_A
impl Unpin for BKERASE_A
impl UnwindSafe for BKERASE_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