pub enum CONT {
Single = 0,
Continuous = 1,
}
Expand description
Single / continuous conversion mode This bit is set and cleared by software. If it is set, conversion takes place continuously until it is cleared. Note: It is not possible to have both discontinuous mode and continuous mode enabled: it is forbidden to set both bits DISCEN=1 and CONT=1. 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 CONT
impl Eq for CONT
impl StructuralPartialEq for CONT
Auto Trait Implementations§
impl Freeze for CONT
impl RefUnwindSafe for CONT
impl Send for CONT
impl Sync for CONT
impl Unpin for CONT
impl UnwindSafe for CONT
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