[][src]Enum stm32f4::stm32f413::rcc::dckcfgr::I2S1SRC_A

#[repr(u8)]pub enum I2S1SRC_A {
    PLLI2SR,
    I2S_CKIN,
    PLLR,
    HSI_HSE,
}

I2S APB1 clocks source selection (I2S2/3)

Value on reset: 0

Variants

PLLI2SR

0: I2Sx clock frequency = f(PLLI2S_R)

I2S_CKIN

1: I2Sx clock frequency = I2S_CKIN Alternate function input frequency

PLLR

2: I2Sx clock frequency = f(PLL_R)

HSI_HSE

3: I2Sx clock frequency = HSI/HSE depends on PLLSRC bit (PLLCFGR[22])

Trait Implementations

impl Clone for I2S1SRC_A[src]

impl Copy for I2S1SRC_A[src]

impl Debug for I2S1SRC_A[src]

impl From<I2S1SRC_A> for u8[src]

impl PartialEq<I2S1SRC_A> for I2S1SRC_A[src]

impl StructuralPartialEq for I2S1SRC_A[src]

Auto Trait Implementations

impl Send for I2S1SRC_A

impl Sync for I2S1SRC_A

impl Unpin for I2S1SRC_A

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> Same<T> for T

type Output = T

Should always be Self

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.