Home
last modified time | relevance | path

Searched refs:LPI2C_MasterGetStatusFlags (Results 1 – 4 of 4) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_i2c.c239 status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterWaitForTxFifoAllEmpty()
278 while (LPI2C_MasterGetStatusFlags(imxrt_i2c->I2C) & kLPI2C_MasterNackDetectFlag) in imxrt_i2c_mst_xfer()
296 while (LPI2C_MasterGetStatusFlags(imxrt_i2c->I2C) & kLPI2C_MasterNackDetectFlag) in imxrt_i2c_mst_xfer()
307 while (LPI2C_MasterGetStatusFlags(imxrt_i2c->I2C) & kLPI2C_MasterNackDetectFlag) in imxrt_i2c_mst_xfer()
334 if (LPI2C_MasterGetStatusFlags(imxrt_i2c->I2C) & kLPI2C_MasterNackDetectFlag) in imxrt_i2c_mst_xfer()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_lpi2c.c278 status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterWaitForTxReady()
300 uint32_t status = LPI2C_MasterGetStatusFlags(base); in LPI2C_CheckForBusyBus()
566 uint32_t status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterStop()
616 result = LPI2C_MasterCheckAndClearError(base, LPI2C_MasterGetStatusFlags(base)); in LPI2C_MasterReceive()
708 status = LPI2C_MasterGetStatusFlags(base); in LPI2C_RunTransferStateMachine()
A Dfsl_lpi2c.h514 static inline uint32_t LPI2C_MasterGetStatusFlags(LPI2C_Type *base) in LPI2C_MasterGetStatusFlags() function
A Dfsl_lpi2c_edma.c427 …status_t result = LPI2C_MasterCheckAndClearError(handle->base, LPI2C_MasterGetStatusFlags(handle->… in LPI2C_MasterEDMACallback()

Completed in 13 milliseconds