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

pub enum SLVNOTSTR_A {
    STRETCHING,
    NOT_STRETCHING,
}

Slave Not Stretching. Indicates when the slave function is stretching the I2C clock. This is needed in order to gracefully invoke Deep Sleep or Power-down modes during slave operation. This read-only flag reflects the slave function status in real time.

Value on reset: 1

Variants

STRETCHING

0: Stretching. The slave function is currently stretching the I2C bus clock. Deep-Sleep or Power-down mode cannot be entered at this time.

NOT_STRETCHING

1: Not stretching. The slave function is not currently stretching the I 2C bus clock. Deep-sleep or Power-down mode could be entered at this time.

Trait Implementations

impl Clone for SLVNOTSTR_A[src]

impl Copy for SLVNOTSTR_A[src]

impl Debug for SLVNOTSTR_A[src]

impl From<SLVNOTSTR_A> for bool[src]

impl PartialEq<SLVNOTSTR_A> for SLVNOTSTR_A[src]

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