Type Definition lpc81x_pac::lpc811::i2c0::stat::SLVSEL_R

source ·
pub type SLVSEL_R = BitReader<SLVSEL_A>;
Expand description

Field SLVSEL reader - Slave selected flag. SLVSEL is set after an address match when software tells the Slave function to acknowledge the address, or when the address has been automatically acknowledged. It is cleared when another address cycle presents an address that does not match an enabled address on the Slave function, when slave software decides to NACK a matched address, when there is a Stop detected on the bus, when the master NACKs slave data, and in some combinations of Automatic Operation. SLVSEL is not cleared if software NACKs data.

Implementations§

Get enumerated values variant

Checks if the value of the field is NOT_SELECTED

Checks if the value of the field is SELECTED