Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_lpspi_edma.c576 size_t remainingByte; in LPSPI_MasterTransferGetCountEDMA() local
578 remainingByte = in LPSPI_MasterTransferGetCountEDMA()
582 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()
997 size_t remainingByte; in LPSPI_SlaveTransferGetCountEDMA() local
999 remainingByte = in LPSPI_SlaveTransferGetCountEDMA()
1003 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
A Dfsl_lpspi.c980 size_t remainingByte; in LPSPI_MasterTransferGetCount() local
984 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() local
1344 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