pub enum OVSE {
Disabled = 0,
Enabled = 1,
}
Expand description
Oversampler Enable This bit is set and cleared by software. 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 OVSE
impl Eq for OVSE
impl StructuralPartialEq for OVSE
Auto Trait Implementations§
impl Freeze for OVSE
impl RefUnwindSafe for OVSE
impl Send for OVSE
impl Sync for OVSE
impl Unpin for OVSE
impl UnwindSafe for OVSE
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