pub enum ADCALW {
StartCalibration = 1,
}
Expand description
ADC calibration
Value on reset: 0
Variants§
StartCalibration = 1
1: Start the ADC calibration sequence
Trait Implementations§
impl Copy for ADCALW
impl Eq for ADCALW
impl StructuralPartialEq for ADCALW
Auto Trait Implementations§
impl Freeze for ADCALW
impl RefUnwindSafe for ADCALW
impl Send for ADCALW
impl Sync for ADCALW
impl Unpin for ADCALW
impl UnwindSafe for ADCALW
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