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

pub enum CLK_GATE_A {
    NO,
    CYCLES12,
    CYCLES16,
    CYCLES20,
    CYCLES24,
}

Gating of sclk

Value on reset: 0

Variants

NO

0: Clock gating is disabled

CYCLES12

1: Gating after 12 sclk cycles

CYCLES16

2: Gating after 16 sclk cycles

CYCLES20

3: Gating after 20 sclk cycles

CYCLES24

4: Gating after 24 sclk cycles

Trait Implementations

impl From<CLK_GATE_A> for u8[src]

impl PartialEq<CLK_GATE_A> for CLK_GATE_A[src]

impl Debug for CLK_GATE_A[src]

impl Copy for CLK_GATE_A[src]

impl Clone for CLK_GATE_A[src]

Auto Trait Implementations

impl Unpin for CLK_GATE_A

impl Send for CLK_GATE_A

impl Sync for CLK_GATE_A

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]