Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/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()
371 if ((FSL_FEATURE_LPI2C_HAS_SEPARATE_DMA_RX_TX_REQn(base) != 0) || (0U == commandCount)) in LPI2C_MasterTransferEDMA()
409 if (commandCount != 0U) in LPI2C_MasterTransferEDMA()
418 transferConfig.majorLoopCounts = commandCount; in LPI2C_MasterTransferEDMA()
436 …if ((hasSendData || (commandCount != 0U)) && (FSL_FEATURE_LPI2C_HAS_SEPARATE_DMA_RX_TX_REQn(base) … in LPI2C_MasterTransferEDMA()
/hal_nxp-3.7.0/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()
370 if ((FSL_FEATURE_LPI2C_HAS_SEPARATE_DMA_RX_TX_REQn(base) != 0) || (0U == commandCount)) in LPI2C_MasterTransferEDMA()
412 if (commandCount != 0U) in LPI2C_MasterTransferEDMA()
421 transferConfig.majorLoopCounts = commandCount; in LPI2C_MasterTransferEDMA()
432 …if ((hasSendData || (commandCount != 0U)) && (FSL_FEATURE_LPI2C_HAS_SEPARATE_DMA_RX_TX_REQn(base) … in LPI2C_MasterTransferEDMA()