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

pub enum BUFFER_FULL_A {
    I2C_BUFFER_EMPTY,
    I2C_BUFFER_FULL,
}

Indicate if the I2C data buffer is full

Value on reset: 0

Variants

I2C_BUFFER_EMPTY

0: The I2C interface buffer is empty

I2C_BUFFER_FULL

1: The I2C interface buffer is full

Trait Implementations

impl Clone for BUFFER_FULL_A[src]

impl Copy for BUFFER_FULL_A[src]

impl Debug for BUFFER_FULL_A[src]

impl From<BUFFER_FULL_A> for bool[src]

impl PartialEq<BUFFER_FULL_A> for BUFFER_FULL_A[src]

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