Home
last modified time | relevance | path

Searched refs:commandCount (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_edma.c296 uint32_t commandCount = LPI2C_GenerateCommands(handle); in LPI2C_MasterTransferEDMA() local
299 if ((0U == commandCount) && (transfer->dataSize == 0U)) in LPI2C_MasterTransferEDMA()
340 if (commandCount != 0U) in LPI2C_MasterTransferEDMA()
378 if ((FSL_FEATURE_LPI2C_HAS_SEPARATE_DMA_RX_TX_REQn(base) != 0) || (0U == commandCount)) in LPI2C_MasterTransferEDMA()
426 if (commandCount != 0U) in LPI2C_MasterTransferEDMA()
435 transferConfig.majorLoopCounts = commandCount; in LPI2C_MasterTransferEDMA()
453 …if ((hasSendData || (commandCount != 0U)) && (FSL_FEATURE_LPI2C_HAS_SEPARATE_DMA_RX_TX_REQn(base) … in LPI2C_MasterTransferEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c_edma.c295 uint32_t commandCount = LPI2C_GenerateCommands(handle); in LPI2C_MasterTransferEDMA() local
298 if ((0U == commandCount) && (transfer->dataSize == 0U)) in LPI2C_MasterTransferEDMA()
339 if (commandCount != 0U) in LPI2C_MasterTransferEDMA()
377 if ((FSL_FEATURE_LPI2C_HAS_SEPARATE_DMA_RX_TX_REQn(base) != 0) || (0U == commandCount)) in LPI2C_MasterTransferEDMA()
430 if (commandCount != 0U) in LPI2C_MasterTransferEDMA()
439 transferConfig.majorLoopCounts = commandCount; in LPI2C_MasterTransferEDMA()
450 …if ((hasSendData || (commandCount != 0U)) && (FSL_FEATURE_LPI2C_HAS_SEPARATE_DMA_RX_TX_REQn(base) … in LPI2C_MasterTransferEDMA()