#[repr(u8)]pub enum LpHighHys {
LP_12P5M_V = 0,
LP_25M_V = 1,
}Variants§
LP_12P5M_V = 0
Adjust hysteretic value in low power to 12.5mV
LP_25M_V = 1
Adjust hysteretic value in low power to 25mV
Implementations§
Trait Implementations§
Source§impl Ord for LpHighHys
impl Ord for LpHighHys
Source§impl PartialOrd for LpHighHys
impl PartialOrd for LpHighHys
impl Copy for LpHighHys
impl Eq for LpHighHys
impl StructuralPartialEq for LpHighHys
Auto Trait Implementations§
impl Freeze for LpHighHys
impl RefUnwindSafe for LpHighHys
impl Send for LpHighHys
impl Sync for LpHighHys
impl Unpin for LpHighHys
impl UnwindSafe for LpHighHys
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