pub enum ADVREGEN {
Disabled = 0,
Enabled = 1,
}
Expand description
ADC Voltage Regulator Enable This bit is set by software, to enable the ADC internal voltage regulator. The voltage regulator output is available after tADCVREG_SETUP. It is cleared by software to disable the voltage regulator. It can be cleared only if ADEN is et to 0. Note: The software is allowed to program this bit field only when the ADC is disabled (ADCAL=0, ADSTART=0, ADSTP=0, ADDIS=0 and ADEN=0).
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ADVREGEN
impl Eq for ADVREGEN
impl StructuralPartialEq for ADVREGEN
Auto Trait Implementations§
impl Freeze for ADVREGEN
impl RefUnwindSafe for ADVREGEN
impl Send for ADVREGEN
impl Sync for ADVREGEN
impl Unpin for ADVREGEN
impl UnwindSafe for ADVREGEN
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