[][src]Enum imxrt1062_lcdif::pigeon_7_0::MASK_CNT_SEL_A

#[repr(u8)]pub enum MASK_CNT_SEL_A {
    HSTATE_CNT,
    HSTATE_CYCLE,
    VSTATE_CNT,
    VSTATE_CYCLE,
    FRAME_CNT,
    FRAME_CYCLE,
    HCNT,
    VCNT,
}

select global counters as mask condition, use together with MASK_CNT

Value on reset: 0

Variants

HSTATE_CNT

0: pclk counter within one hscan state

HSTATE_CYCLE

1: pclk cycle within one hscan state

VSTATE_CNT

2: line counter within one vscan state

VSTATE_CYCLE

3: line cycle within one vscan state

FRAME_CNT

4: frame counter

FRAME_CYCLE

5: frame cycle

HCNT

6: horizontal counter (pclk counter within one line )

VCNT

7: vertical counter (line counter within one frame)

Trait Implementations

impl Clone for MASK_CNT_SEL_A[src]

impl Copy for MASK_CNT_SEL_A[src]

impl Debug for MASK_CNT_SEL_A[src]

impl From<MASK_CNT_SEL_A> for u8[src]

impl PartialEq<MASK_CNT_SEL_A> for MASK_CNT_SEL_A[src]

impl StructuralPartialEq for MASK_CNT_SEL_A[src]

Auto Trait Implementations

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.