pub enum DISCEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Discontinuous mode This bit is set and cleared by software to enable/disable discontinuous mode. 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 DISCEN
impl Eq for DISCEN
impl StructuralPartialEq for DISCEN
Auto Trait Implementations§
impl Freeze for DISCEN
impl RefUnwindSafe for DISCEN
impl Send for DISCEN
impl Sync for DISCEN
impl Unpin for DISCEN
impl UnwindSafe for DISCEN
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