Enum Calsel
#[repr(u8)]pub enum Calsel {
Nmos = 0,
Pmos = 1,
}Variants§
Nmos = 0
NMOS calibration, 0.2 V applied to OPAMP inputs during calibration
Pmos = 1
PMOS calibration, VDDA - 0.2 V applied to OPAMP inputs during calibration
Implementations§
Trait Implementations§
impl Copy for Calsel
impl Eq for Calsel
§impl Ord for Calsel
impl Ord for Calsel
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 Calsel
impl PartialOrd for Calsel
impl StructuralPartialEq for Calsel
Auto Trait Implementations§
impl Freeze for Calsel
impl RefUnwindSafe for Calsel
impl Send for Calsel
impl Sync for Calsel
impl Unpin for Calsel
impl UnsafeUnpin for Calsel
impl UnwindSafe for Calsel
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