[][src]Enum stm32f0xx_hal::pac::rcc::cfgr3::I2C1SW_A

pub enum I2C1SW_A {
    HSI,
    SYSCLK,
}

I2C1 clock source selection

Value on reset: 0

Variants

HSI

0: HSI clock selected as I2C clock source

SYSCLK

1: SYSCLK clock selected as I2C clock source

Trait Implementations

impl Clone for I2C1SW_A[src]

impl Copy for I2C1SW_A[src]

impl Debug for I2C1SW_A[src]

impl PartialEq<I2C1SW_A> for I2C1SW_A[src]

Auto Trait Implementations

impl Send for I2C1SW_A

impl Sync for I2C1SW_A

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