[][src]Enum k210_pac::i2s0::ccr::CLK_WORD_SIZE_A

pub enum CLK_WORD_SIZE_A {
    CYCLES16,
    CYCLES24,
    CYCLES32,
}

The number of sclk cycles for which the word select line stayd in the left aligned or right aligned mode

Value on reset: 0

Variants

CYCLES16

0: 16 sclk cycles

CYCLES24

1: 24 sclk cycles

CYCLES32

2: 32 sclk cycles

Trait Implementations

impl From<CLK_WORD_SIZE_A> for u8[src]

impl PartialEq<CLK_WORD_SIZE_A> for CLK_WORD_SIZE_A[src]

impl Debug for CLK_WORD_SIZE_A[src]

impl Copy for CLK_WORD_SIZE_A[src]

impl Clone for CLK_WORD_SIZE_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]