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