#[repr(u8)]pub enum LpEn {
DISABLE = 0,
ENABLE = 1,
}Variants§
DISABLE = 0
VDD_BAT always supplies VBAT modules in low-power modes.
ENABLE = 1
VDD_SYS always supplies VBAT modules if SWI_EN is also 1.
Implementations§
Trait Implementations§
Source§impl Ord for LpEn
impl Ord for LpEn
Source§impl PartialOrd for LpEn
impl PartialOrd for LpEn
impl Copy for LpEn
impl Eq for LpEn
impl StructuralPartialEq for LpEn
Auto Trait Implementations§
impl Freeze for LpEn
impl RefUnwindSafe for LpEn
impl Send for LpEn
impl Sync for LpEn
impl Unpin for LpEn
impl UnwindSafe for LpEn
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