Type Definition stm32_hal2::pac::i2c1::isr::TXE_W

source · []
pub type TXE_W<'a, const O: u8> = BitWriterRaw<'a, u32, ISR_SPEC, TXE_A, BitM, O>;
Expand description

Field TXE writer - Transmit data register empty (transmitters) This bit is set by hardware when the I2C_TXDR register is empty. It is cleared when the next data to be sent is written in the I2C_TXDR register. This bit can be written to 1 by software in order to flush the transmit data register I2C_TXDR. Note: This bit is set by hardware when PE=0.