Enum stm32wlxx_hal::pac::pwr::cr1::DBP_A
pub enum DBP_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Disable backup domain write protection
Value on reset: 0
Variants§
Disabled = 0
0: Access to RTC and backup registers disabled
Enabled = 1
1: Access to RTC and backup registers enabled
Trait Implementations§
impl Copy for DBP_A
impl StructuralPartialEq for DBP_A
Auto Trait Implementations§
impl RefUnwindSafe for DBP_A
impl Send for DBP_A
impl Sync for DBP_A
impl Unpin for DBP_A
impl UnwindSafe for DBP_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