[][src]Enum imxrt1062_ccm_analog::misc2_clr::VIDEO_DIV_A

#[repr(u8)]pub enum VIDEO_DIV_A {
    VIDEO_DIV_0,
    VIDEO_DIV_1,
    VIDEO_DIV_2,
    VIDEO_DIV_3,
}

Post-divider for video

Value on reset: 0

Variants

VIDEO_DIV_0

0: divide by 1 (Default)

VIDEO_DIV_1

1: divide by 2

VIDEO_DIV_2

2: divide by 1

VIDEO_DIV_3

3: divide by 4

Trait Implementations

impl Clone for VIDEO_DIV_A[src]

impl Copy for VIDEO_DIV_A[src]

impl Debug for VIDEO_DIV_A[src]

impl From<VIDEO_DIV_A> for u8[src]

impl PartialEq<VIDEO_DIV_A> for VIDEO_DIV_A[src]

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