[][src]Enum imxrt1062_ccm::cbcmr::LPSPI_PODF_A

#[repr(u8)]pub enum LPSPI_PODF_A {
    LPSPI_PODF_0,
    LPSPI_PODF_1,
    LPSPI_PODF_2,
    LPSPI_PODF_3,
    LPSPI_PODF_4,
    LPSPI_PODF_5,
    LPSPI_PODF_6,
    LPSPI_PODF_7,
}

Divider for LPSPI. Divider should be updated when output clock is gated.

Value on reset: 3

Variants

LPSPI_PODF_0

0: divide by 1

LPSPI_PODF_1

1: divide by 2

LPSPI_PODF_2

2: divide by 3

LPSPI_PODF_3

3: divide by 4

LPSPI_PODF_4

4: divide by 5

LPSPI_PODF_5

5: divide by 6

LPSPI_PODF_6

6: divide by 7

LPSPI_PODF_7

7: divide by 8

Trait Implementations

impl Clone for LPSPI_PODF_A[src]

impl Copy for LPSPI_PODF_A[src]

impl Debug for LPSPI_PODF_A[src]

impl From<LPSPI_PODF_A> for u8[src]

impl PartialEq<LPSPI_PODF_A> for LPSPI_PODF_A[src]

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