pub enum ADCALDIF {
SingleEnded = 0,
Differential = 1,
}
Expand description
Differential mode for calibration
Value on reset: 0
Variants§
SingleEnded = 0
0: Calibration for single-ended mode
Differential = 1
1: Calibration for differential mode
Trait Implementations§
impl Copy for ADCALDIF
impl Eq for ADCALDIF
impl StructuralPartialEq for ADCALDIF
Auto Trait Implementations§
impl Freeze for ADCALDIF
impl RefUnwindSafe for ADCALDIF
impl Send for ADCALDIF
impl Sync for ADCALDIF
impl Unpin for ADCALDIF
impl UnwindSafe for ADCALDIF
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