Enum stm32wlxx_hal::pac::pwr::cr1::LPR_A
pub enum LPR_A {
MainMode = 0,
LowPowerMode = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Low-power run
Value on reset: 0
Variants§
MainMode = 0
0: Voltage regulator in Main mode in Low-power run mode
LowPowerMode = 1
1: Voltage regulator in low-power mode in Low-power run mode
Trait Implementations§
impl Copy for LPR_A
impl StructuralPartialEq for LPR_A
Auto Trait Implementations§
impl RefUnwindSafe for LPR_A
impl Send for LPR_A
impl Sync for LPR_A
impl Unpin for LPR_A
impl UnwindSafe for LPR_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