Searched refs:remainingByte (Results 1 – 2 of 2) sorted by relevance
701 size_t remainingByte; in LPSPI_MasterTransferGetCountEDMA() local703 remainingByte = in LPSPI_MasterTransferGetCountEDMA()707 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()1155 size_t remainingByte; in LPSPI_SlaveTransferGetCountEDMA() local1157 remainingByte = in LPSPI_SlaveTransferGetCountEDMA()1161 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
1597 size_t remainingByte; local1601 remainingByte = handle->rxRemainingByteCount;1605 remainingByte = handle->txRemainingByteCount;1608 *count = handle->totalByteCount - remainingByte;2043 size_t remainingByte; local2047 remainingByte = handle->rxRemainingByteCount;2051 remainingByte = handle->txRemainingByteCount;2054 *count = handle->totalByteCount - remainingByte;