pub enum ADENW {
Enabled = 1,
}
Expand description
ADC enable command This bit is set by software to enable the ADC. The ADC is effectively ready to operate once the ADRDY flag has been set. It is cleared by hardware when the ADC is disabled, after the execution of the ADDIS command. Note: The software is allowed to set ADEN only when all bits of ADC_CR registers are 0 (ADCAL=0, ADSTP=0, ADSTART=0, ADDIS=0 and ADEN=0)
Value on reset: 0
Variants§
Enabled = 1
1: Enable the ADC
Trait Implementations§
impl Copy for ADENW
impl Eq for ADENW
impl StructuralPartialEq for ADENW
Auto Trait Implementations§
impl Freeze for ADENW
impl RefUnwindSafe for ADENW
impl Send for ADENW
impl Sync for ADENW
impl Unpin for ADENW
impl UnwindSafe for ADENW
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