pub enum ADDISW {
Disable = 1,
}
Expand description
ADC disable command This bit is set by software to disable the ADC (ADDIS command) and put it into power-down state (OFF state). It is cleared by hardware once the ADC is effectively disabled (ADEN is also cleared by hardware at this time). Note: Setting ADDIS to ‘1’ is only effective when ADEN=1 and ADSTART=0 (which ensures that no conversion is ongoing)
Value on reset: 0
Variants§
Disable = 1
1: Disable the ADC
Trait Implementations§
impl Copy for ADDISW
impl Eq for ADDISW
impl StructuralPartialEq for ADDISW
Auto Trait Implementations§
impl Freeze for ADDISW
impl RefUnwindSafe for ADDISW
impl Send for ADDISW
impl Sync for ADDISW
impl Unpin for ADDISW
impl UnwindSafe for ADDISW
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