Enum lpc845_pac::i2c0::stat::SLVSTATE_A[][src]

#[repr(u8)]
pub enum SLVSTATE_A {
    SLAVE_ADDRESS,
    SLAVE_RECEIVE,
    SLAVE_TRANSMIT,
}
Expand description

Slave State code. Each value of this field indicates a specific required service for the Slave function. All other values are reserved. See Table 401 for state values and actions. note that the occurrence of some states and how they are handled are affected by DMA mode and Automatic Operation modes.

Value on reset: 0

Variants

SLAVE_ADDRESS

0: Slave address. Address plus R/W received. At least one of the four slave addresses has been matched by hardware.

SLAVE_RECEIVE

1: Slave receive. Received data is available (Slave Receiver mode).

SLAVE_TRANSMIT

2: Slave transmit. Data can be transmitted (Slave Transmitter mode).

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.