pub enum ADON {
Disabled = 0,
Enabled = 1,
}
Expand description
A/D converter ON / OFF
Value on reset: 0
Variants§
Disabled = 0
0: Disable ADC conversion/calibration and go to power down mode
Enabled = 1
1: Enable ADC and to start conversion
Trait Implementations§
impl Copy for ADON
impl Eq for ADON
impl StructuralPartialEq for ADON
Auto Trait Implementations§
impl Freeze for ADON
impl RefUnwindSafe for ADON
impl Send for ADON
impl Sync for ADON
impl Unpin for ADON
impl UnwindSafe for ADON
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