Enum stm32h7xx_hal::pac::rcc::d3ccipr::SPI6SEL_A[][src]

#[repr(u8)]pub enum SPI6SEL_A {
    RCC_PCLK4,
    PLL2_Q,
    PLL3_Q,
    HSI_KER,
    CSI_KER,
    HSE,
}

SPI6 kernel clock source selection

Value on reset: 0

Variants

RCC_PCLK4

0: rcc_pclk4 selected as peripheral clock

PLL2_Q

1: pll2_q selected as peripheral clock

PLL3_Q

2: pll3_q selected as peripheral clock

HSI_KER

3: hsi_ker selected as peripheral clock

CSI_KER

4: csi_ker selected as peripheral clock

HSE

5: HSE selected as peripheral clock

Trait Implementations

impl Clone for SPI6SEL_A[src]

impl Copy for SPI6SEL_A[src]

impl Debug for SPI6SEL_A[src]

impl PartialEq<SPI6SEL_A> for SPI6SEL_A[src]

impl StructuralPartialEq for SPI6SEL_A[src]

Auto Trait Implementations

impl Send for SPI6SEL_A

impl Sync for SPI6SEL_A

impl Unpin for SPI6SEL_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.