Searched refs:kI2C_MasterPendingFlag (Results 1 – 3 of 3) sorted by relevance
89 …kI2C_MasterPendingFlag = I2C_STAT_MSTPENDING_MASK, /*!< The I2C module is waiting for software int… enumerator
95 …kI2C_MasterPendingFlag = I2C_STAT_MSTPENDING_MASK, /*!< The I2C module is waiting for software int… enumerator
454 } while (((status & (uint32_t)kI2C_MasterPendingFlag) == 0U) && (waitTimes != 0U)); in I2C_PendingStatusWait()465 } while ((status & (uint32_t)kI2C_MasterPendingFlag) == 0U); in I2C_PendingStatusWait()