[][src]Enum lpc54606_pac::i2c0::stat::EVENTTIMEOUT_A

pub enum EVENTTIMEOUT_A {
    NO_TIMEOUT,
    EVEN_TIMEOUT,
}

Event Time-out Interrupt flag. Indicates when the time between events has been longer than the time specified by the TIMEOUT register. Events include Start, Stop, and clock edges. The flag is cleared by writing a 1 to this bit. No time-out is created when the I2C-bus is idle.

Value on reset: 0

Variants

NO_TIMEOUT

0: No time-out. I2C bus events have not caused a time-out.

EVEN_TIMEOUT

1: Event time-out. The time between I2C bus events has been longer than the time specified by the TIMEOUT register.

Trait Implementations

impl Clone for EVENTTIMEOUT_A[src]

impl Copy for EVENTTIMEOUT_A[src]

impl Debug for EVENTTIMEOUT_A[src]

impl From<EVENTTIMEOUT_A> for bool[src]

impl PartialEq<EVENTTIMEOUT_A> for EVENTTIMEOUT_A[src]

impl StructuralPartialEq for EVENTTIMEOUT_A[src]

Auto Trait Implementations

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.