#[repr(u8)]pub enum LvwLow {
_2v7 = 0,
_2v8 = 1,
_2v9 = 2,
_3v0 = 3,
}Expand description
Low Voltage Warning Threshold, Low range (set by V_LVDx).
Threshold voltages verified same for all KEA parts
Variants§
Auto Trait Implementations§
impl Freeze for LvwLow
impl RefUnwindSafe for LvwLow
impl Send for LvwLow
impl Sync for LvwLow
impl Unpin for LvwLow
impl UnwindSafe for LvwLow
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