Enum Avdo
#[repr(u8)]pub enum Avdo {
AboveOrEqual = 0,
Below = 1,
}Variants§
AboveOrEqual = 0
VDDA is equal or higher than the AVD threshold selected with the ALS[1:0] bits.
Below = 1
VDDA is lower than the AVD threshold selected with the ALS[1:0] bits.
Implementations§
Trait Implementations§
impl Copy for Avdo
impl Eq for Avdo
§impl Ord for Avdo
impl Ord for Avdo
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 Avdo
impl PartialOrd for Avdo
impl StructuralPartialEq for Avdo
Auto Trait Implementations§
impl Freeze for Avdo
impl RefUnwindSafe for Avdo
impl Send for Avdo
impl Sync for Avdo
impl Unpin for Avdo
impl UnsafeUnpin for Avdo
impl UnwindSafe for Avdo
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