Type Definition stm32_hal2::pac::i2c1::isr::RXNE_R

source · []
pub type RXNE_R = BitReaderRaw<RXNE_A>;
Expand description

Field RXNE reader - Receive data register not empty (receivers) This bit is set by hardware when the received data is copied into the I2C_RXDR register, and is ready to be read. It is cleared when I2C_RXDR is read. Note: This bit is cleared by hardware when PE=0.