Searched refs:LPSPI_CombineWriteData (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/ |
D | fsl_lpspi.c | 93 static uint32_t LPSPI_CombineWriteData(uint8_t *txData, uint8_t bytesEachWrite, bool isByteSwap); 987 … LPSPI_CombineWriteData((stateParams->txData), (stateParams->bytesEachWrite), isByteSwap); 1515 wordToSend = LPSPI_CombineWriteData(handle->txData, bytesEachWrite, isByteSwap); 1975 wordToSend = LPSPI_CombineWriteData(handle->txData, bytesEachWrite, isByteSwap); 2213 static uint32_t LPSPI_CombineWriteData(uint8_t *txData, uint8_t bytesEachWrite, bool isByteSwap) function
|