Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.c701 size_t remainingByte; in LPSPI_MasterTransferGetCountEDMA() local
703 remainingByte = in LPSPI_MasterTransferGetCountEDMA()
707 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()
1155 size_t remainingByte; in LPSPI_SlaveTransferGetCountEDMA() local
1157 remainingByte = in LPSPI_SlaveTransferGetCountEDMA()
1161 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
Dfsl_lpspi.c1597 size_t remainingByte; local
1601 remainingByte = handle->rxRemainingByteCount;
1605 remainingByte = handle->txRemainingByteCount;
1608 *count = handle->totalByteCount - remainingByte;
2043 size_t remainingByte; local
2047 remainingByte = handle->rxRemainingByteCount;
2051 remainingByte = handle->txRemainingByteCount;
2054 *count = handle->totalByteCount - remainingByte;