[][src]Enum rsl10_pac::i2c::i2c_status::DATA_EVENT_A

pub enum DATA_EVENT_A {
    I2C_NON_DATA_EVENT,
    I2C_DATA_EVENT,
}

Indicate that I2C interface either needs data to transmit or has received data

Value on reset: 0

Variants

I2C_NON_DATA_EVENT

0: No I2C data is needed or available

I2C_DATA_EVENT

1: I2C data is needed or is available

Trait Implementations

impl Clone for DATA_EVENT_A[src]

impl Copy for DATA_EVENT_A[src]

impl Debug for DATA_EVENT_A[src]

impl From<DATA_EVENT_A> for bool[src]

impl PartialEq<DATA_EVENT_A> for DATA_EVENT_A[src]

impl StructuralPartialEq for DATA_EVENT_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.