Lines Matching defs:flag
241 * If a pending TXIS flag is set,
261 * @param flag: Specifies the I2C flag to check
262 * @param awaited_value: The awaited bit value for the flag (0 or 1)
266 static int i2c_wait_flag(struct i2c_handle_s *hi2c, uint32_t flag,
272 if (!!(isr & flag) != !!awaited_value) {
332 * of TXIS flag.
359 * usage of STOP flag.
386 * (TC or TCR flag are set).
609 /* Wait until TCR flag is set */
633 * No need to Check TC flag, with AUTOEND mode the stop
635 * Wait until STOPF flag is reset.
802 * No need to Check TC flag, with AUTOEND mode the stop
804 * Wait until STOPF flag is reset.
917 * No need to Check TC flag, with AUTOEND mode the stop
919 * Wait until STOPF flag is set or a NACK flag is set.