Home
last modified time | relevance | path

Searched refs:dataCount (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd_edma.c120 flexioLcdMcuHandle->dataCount = 0; in FLEXIO_MCULCD_TxEDMACallback()
191 flexioLcdMcuHandle->dataCount = 0; in FLEXIO_MCULCD_RxEDMACallback()
456 handle->dataCount = xfer->dataSize; in FLEXIO_MCULCD_TransferEDMA()
527 handle->dataCount = 0; in FLEXIO_MCULCD_TransferAbortEDMA()
553 *count = handle->dataCount - handle->remainingCount; in FLEXIO_MCULCD_TransferGetCountEDMA()
Dfsl_flexio_mculcd_smartdma.c247 handle->dataCount = xfer->dataSize; in FLEXIO_MCULCD_TransferSMARTDMA()
334 handle->dataCount = 0; in FLEXIO_MCULCD_TransferAbortSMARTDMA()
361 *count = handle->dataCount - handle->remainingCount; in FLEXIO_MCULCD_TransferGetCountSMARTDMA()
Dfsl_flexio_mculcd.c1172 handle->dataCount = xfer->dataSize; in FLEXIO_MCULCD_TransferNonBlocking()
1174 handle->dataCount = xfer->dataSize / 2U; in FLEXIO_MCULCD_TransferNonBlocking()
1177 handle->remainingCount = handle->dataCount; in FLEXIO_MCULCD_TransferNonBlocking()
1251 handle->dataCount = 0; in FLEXIO_MCULCD_TransferAbort()
1275 *count = handle->dataCount - handle->remainingCount; in FLEXIO_MCULCD_TransferGetCount()
Dfsl_flexio_mculcd_edma.h56 size_t dataCount; /*!< Total count to be transferred. */ member
Dfsl_flexio_mculcd_smartdma.h52 size_t dataCount; /*!< Total count to be transferred. */ member
Dfsl_flexio_mculcd.h186 size_t dataCount; /*!< Total count to be transferred. */ member