pub enum VREFEN {
Disabled = 0,
Enabled = 1,
}
Expand description
VREFINT enable This bit is set and cleared by software to enable/disable the VREFINT. Note: Software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for VREFEN
impl Eq for VREFEN
impl StructuralPartialEq for VREFEN
Auto Trait Implementations§
impl Freeze for VREFEN
impl RefUnwindSafe for VREFEN
impl Send for VREFEN
impl Sync for VREFEN
impl Unpin for VREFEN
impl UnwindSafe for VREFEN
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