Enum Pvdo
#[repr(u8)]pub enum Pvdo {
AboveOrEqual = 0,
Below = 1,
}Variants§
AboveOrEqual = 0
VDD is equal or above the PVD threshold selected by PVDLS[2:0].
Below = 1
VDD is below the PVD threshold selected by PVDLS[2:0].
Implementations§
Trait Implementations§
impl Copy for Pvdo
impl Eq for Pvdo
§impl Ord for Pvdo
impl Ord for Pvdo
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Pvdo
impl PartialOrd for Pvdo
impl StructuralPartialEq for Pvdo
Auto Trait Implementations§
impl Freeze for Pvdo
impl RefUnwindSafe for Pvdo
impl Send for Pvdo
impl Sync for Pvdo
impl Unpin for Pvdo
impl UnsafeUnpin for Pvdo
impl UnwindSafe for Pvdo
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