[][src]Enum imxrt1062_ccm_analog::misc2_set::AUDIO_DIV_MSB_A

pub enum AUDIO_DIV_MSB_A {
    AUDIO_DIV_MSB_0,
    AUDIO_DIV_MSB_1,
}

MSB of Post-divider for Audio PLL

Value on reset: 0

Variants

AUDIO_DIV_MSB_0

0: divide by 1 (Default)

AUDIO_DIV_MSB_1

1: divide by 2

Trait Implementations

impl Clone for AUDIO_DIV_MSB_A[src]

impl Copy for AUDIO_DIV_MSB_A[src]

impl Debug for AUDIO_DIV_MSB_A[src]

impl From<AUDIO_DIV_MSB_A> for bool[src]

impl PartialEq<AUDIO_DIV_MSB_A> for AUDIO_DIV_MSB_A[src]

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