#[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
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.