[][src]Enum imxrt1062_lcdif::pigeon_4_0::STATE_MASK_A

#[repr(u8)]pub enum STATE_MASK_A {
    FS,
    FB,
    FD,
    FE,
    LS,
    LB,
    LD,
    LE,
}

state_mask = (FS|FB|FD|FE) and (LS|LB|LD|LE) , select any combination of scan states as reference point for local counter to start ticking

Value on reset: 0

Variants

FS

1: FRAME SYNC

FB

2: FRAME BEGIN

FD

4: FRAME DATA

FE

8: FRAME END

LS

16: LINE SYNC

LB

32: LINE BEGIN

LD

64: LINE DATA

LE

128: LINE END

Trait Implementations

impl Clone for STATE_MASK_A[src]

impl Copy for STATE_MASK_A[src]

impl Debug for STATE_MASK_A[src]

impl From<STATE_MASK_A> for u8[src]

impl PartialEq<STATE_MASK_A> for STATE_MASK_A[src]

impl StructuralPartialEq for STATE_MASK_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.