Searched refs:remainingByte (Results 1 – 2 of 2) sorted by relevance
576 size_t remainingByte; in LPSPI_MasterTransferGetCountEDMA() local578 remainingByte = in LPSPI_MasterTransferGetCountEDMA()582 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()997 size_t remainingByte; in LPSPI_SlaveTransferGetCountEDMA() local999 remainingByte = in LPSPI_SlaveTransferGetCountEDMA()1003 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
980 size_t remainingByte; in LPSPI_MasterTransferGetCount() local984 remainingByte = handle->rxRemainingByteCount; in LPSPI_MasterTransferGetCount()988 remainingByte = handle->txRemainingByteCount; in LPSPI_MasterTransferGetCount()991 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCount()1340 size_t remainingByte; in LPSPI_SlaveTransferGetCount() local1344 remainingByte = handle->rxRemainingByteCount; in LPSPI_SlaveTransferGetCount()1348 remainingByte = handle->txRemainingByteCount; in LPSPI_SlaveTransferGetCount()1351 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCount()
Completed in 10 milliseconds