[][src]Enum xmc4200::vadc_g0::qmr0::CLRV_AW

pub enum CLRV_AW {
    VALUE1,
    VALUE2,
}

Clear Valid Bit

Value on reset: 0

Variants

VALUE1

0: No action

VALUE2

1: The next pending valid queue entry in the sequence and the event flag EV are cleared. If there is a valid entry in the queue backup register (QBUR.V = 1), this entry is cleared, otherwise the entry in queue register 0 is cleared.

Trait Implementations

impl Clone for CLRV_AW[src]

impl Copy for CLRV_AW[src]

impl Debug for CLRV_AW[src]

impl From<CLRV_AW> for bool[src]

impl PartialEq<CLRV_AW> for CLRV_AW[src]

impl StructuralPartialEq for CLRV_AW[src]

Auto Trait Implementations

impl Send for CLRV_AW

impl Sync for CLRV_AW

impl Unpin for CLRV_AW

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> Same<T> for T

type Output = T

Should always be Self

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.