Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi_edma.c695 size_t remainingByte; in LPSPI_MasterTransferGetCountEDMA() local
697 remainingByte = in LPSPI_MasterTransferGetCountEDMA()
701 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()
1134 size_t remainingByte; in LPSPI_SlaveTransferGetCountEDMA() local
1136 remainingByte = in LPSPI_SlaveTransferGetCountEDMA()
1140 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
Dfsl_lpspi.c1466 size_t remainingByte; local
1470 remainingByte = handle->rxRemainingByteCount;
1474 remainingByte = handle->txRemainingByteCount;
1477 *count = handle->totalByteCount - remainingByte;
1914 size_t remainingByte; local
1918 remainingByte = handle->rxRemainingByteCount;
1922 remainingByte = handle->txRemainingByteCount;
1925 *count = handle->totalByteCount - remainingByte;
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.c841 size_t remainingByte; in LPSPI_MasterTransferGetCountEDMA() local
843 remainingByte = in LPSPI_MasterTransferGetCountEDMA()
847 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()
1315 size_t remainingByte; in LPSPI_SlaveTransferGetCountEDMA() local
1317 remainingByte = in LPSPI_SlaveTransferGetCountEDMA()
1321 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
Dfsl_lpspi.c1638 size_t remainingByte; local
1642 remainingByte = handle->rxRemainingByteCount;
1646 remainingByte = handle->txRemainingByteCount;
1649 *count = handle->totalByteCount - remainingByte;
2091 size_t remainingByte; local
2095 remainingByte = handle->rxRemainingByteCount;
2099 remainingByte = handle->txRemainingByteCount;
2102 *count = handle->totalByteCount - remainingByte;