Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi.c61 static uint32_t LPSPI_CombineWriteData(uint8_t *txData, uint32_t bytesEachWrite, bool isByteSwap);
690 wordToSend = LPSPI_CombineWriteData(txData, bytesEachWrite, isByteSwap); in LPSPI_MasterTransferBlocking()
910 … wordToSend = LPSPI_CombineWriteData(handle->txData, handle->bytesEachWrite, handle->isByteSwap); in LPSPI_MasterTransferFillUpTxFifo()
1282 … wordToSend = LPSPI_CombineWriteData(handle->txData, handle->bytesEachWrite, handle->isByteSwap); in LPSPI_SlaveTransferFillUpTxFifo()
1407 … wordToSend = LPSPI_CombineWriteData(handle->txData, handle->bytesEachWrite, handle->isByteSwap); in LPSPI_SlaveTransferHandleIRQ()
1491 static uint32_t LPSPI_CombineWriteData(uint8_t *txData, uint32_t bytesEachWrite, bool isByteSwap) in LPSPI_CombineWriteData() function