[][src]Enum imxrt1062_adc1::cfg::OVWREN_A

pub enum OVWREN_A {
    OVWREN_0,
    OVWREN_1,
}

Data Overwrite Enable

Value on reset: 0

Variants

OVWREN_0

0: Disable the overwriting. Existing Data in Data result register will not be overwritten by subsequent converted data.

OVWREN_1

1: Enable the overwriting.

Trait Implementations

impl Clone for OVWREN_A[src]

impl Copy for OVWREN_A[src]

impl Debug for OVWREN_A[src]

impl From<OVWREN_A> for bool[src]

impl PartialEq<OVWREN_A> for OVWREN_A[src]

impl StructuralPartialEq for OVWREN_A[src]

Auto Trait Implementations

impl Send for OVWREN_A

impl Sync for OVWREN_A

impl Unpin for OVWREN_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.