Enum Pvmo
#[repr(u8)]pub enum Pvmo {
ABOVE = 0,
BELOW = 1,
}
Variants§
ABOVE = 0
VDDA voltage above PVM3 threshold (around 1.62 V)
BELOW = 1
VDDA voltage below PVM3 threshold (around 1.62 V)
Implementations§
Trait Implementations§
§impl Ord for Pvmo
impl Ord for Pvmo
§impl PartialOrd for Pvmo
impl PartialOrd for Pvmo
impl Copy for Pvmo
impl Eq for Pvmo
impl StructuralPartialEq for Pvmo
Auto Trait Implementations§
impl Freeze for Pvmo
impl RefUnwindSafe for Pvmo
impl Send for Pvmo
impl Sync for Pvmo
impl Unpin for Pvmo
impl UnwindSafe for Pvmo
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