[][src]Enum efm32pg12_pac::i2c0::ctrl::CLTO_A

pub enum CLTO_A {
    OFF,
    _40PCC,
    _80PCC,
    _160PCC,
    _320PCC,
    _1024PCC,
}

Clock Low Timeout

Value on reset: 0

Variants

OFF

0: Timeout disabled

_40PCC

1: Timeout after 40 prescaled clock cycles. In standard mode at 100 kHz, this results in a 50us timeout.

_80PCC

2: Timeout after 80 prescaled clock cycles. In standard mode at 100 kHz, this results in a 100us timeout.

_160PCC

3: Timeout after 160 prescaled clock cycles. In standard mode at 100 kHz, this results in a 200us timeout.

_320PCC

4: Timeout after 320 prescaled clock cycles. In standard mode at 100 kHz, this results in a 400us timeout.

_1024PCC

5: Timeout after 1024 prescaled clock cycles. In standard mode at 100 kHz, this results in a 1280us timeout.

Trait Implementations

impl From<CLTO_A> for u8[src]

impl Debug for CLTO_A[src]

impl PartialEq<CLTO_A> for CLTO_A[src]

impl Copy for CLTO_A[src]

impl StructuralPartialEq for CLTO_A[src]

impl Clone for CLTO_A[src]

Auto Trait Implementations

impl Unpin for CLTO_A

impl Send for CLTO_A

impl Sync for CLTO_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]

impl<T> Same<T> for T

type Output = T

Should always be Self