Home
last modified time | relevance | path

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

/hal_nxp-3.5.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.5.0/mcux/mcux-sdk/middleware/issdk/tools/Serial_To_MQTT/
DCloudBridgeNXPDemo.py205 global commandCount
230 …ToTextBox("Stopped with %d samples sent and %d commands received.\n" % (sampleCount, commandCount))