Searched refs:LPSPI_CombineWriteData (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/ |
| D | fsl_lpspi.c | 70 static uint32_t LPSPI_CombineWriteData(const uint8_t *txData, uint8_t bytesEachWrite, bool isByteSw… 1044 wordToSend = LPSPI_CombineWriteData(txData, bytesEachWrite, isByteSwap); 1384 wordToSend = LPSPI_CombineWriteData(handle->txData, bytesEachWrite, isByteSwap); 1846 wordToSend = LPSPI_CombineWriteData(handle->txData, bytesEachWrite, isByteSwap); 2075 static uint32_t LPSPI_CombineWriteData(const uint8_t *txData, uint8_t bytesEachWrite, bool isByteSw… function
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/ |
| D | fsl_lpspi.c | 97 static uint32_t LPSPI_CombineWriteData(const uint8_t *txData, uint8_t bytesEachWrite, bool isByteSw… 1017 … LPSPI_CombineWriteData((stateParams->txData), (stateParams->bytesEachWrite), isByteSwap); 1556 wordToSend = LPSPI_CombineWriteData(handle->txData, bytesEachWrite, isByteSwap); 2023 wordToSend = LPSPI_CombineWriteData(handle->txData, bytesEachWrite, isByteSwap); 2263 static uint32_t LPSPI_CombineWriteData(const uint8_t *txData, uint8_t bytesEachWrite, bool isByteSw… function
|