Home
last modified time | relevance | path

Searched refs:kI2C_MasterPendingFlag (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/
Dfsl_i2c.h89kI2C_MasterPendingFlag = I2C_STAT_MSTPENDING_MASK, /*!< The I2C module is waiting for software int… enumerator
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c.h95kI2C_MasterPendingFlag = I2C_STAT_MSTPENDING_MASK, /*!< The I2C module is waiting for software int… enumerator
Dfsl_i2c.c454 } while (((status & (uint32_t)kI2C_MasterPendingFlag) == 0U) && (waitTimes != 0U)); in I2C_PendingStatusWait()
465 } while ((status & (uint32_t)kI2C_MasterPendingFlag) == 0U); in I2C_PendingStatusWait()