Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.c67 …_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, bool isByteSwap);
82 …I_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, bool isByteSwap) in LPSPI_SeparateEdmaReadData() argument
93 if (!isByteSwap) in LPSPI_SeparateEdmaReadData()
106 if (!isByteSwap) in LPSPI_SeparateEdmaReadData()
222 bool isByteSwap = ((configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); in LPSPI_MasterTransferPrepareEDMALite() local
235 handle->isByteSwap = isByteSwap; in LPSPI_MasterTransferPrepareEDMALite()
250 … LPSPI_TCR_CONT(isPcsContinuous) | LPSPI_TCR_BYSW(isByteSwap) | LPSPI_TCR_PCS(whichPcs); in LPSPI_MasterTransferPrepareEDMALite()
378 if (handle->isByteSwap) in LPSPI_MasterTransferEDMALite()
387 if (handle->isByteSwap) in LPSPI_MasterTransferEDMALite()
448 if (handle->isByteSwap) in LPSPI_MasterTransferEDMALite()
[all …]
Dfsl_lpspi.c93 static uint32_t LPSPI_CombineWriteData(uint8_t *txData, uint8_t bytesEachWrite, bool isByteSwap);
99 …LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool isByteSwap);
931 … bool isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); local
987 … LPSPI_CombineWriteData((stateParams->txData), (stateParams->bytesEachWrite), isByteSwap);
1032 … LPSPI_SeparateReadData((stateParams->rxData), readData, (stateParams->bytesEachRead), isByteSwap);
1073 bool isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); local
1090 … LPSPI_SeparateReadData((stateParams->rxData), readData, (stateParams->bytesEachRead), isByteSwap);
1350 handle->isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U);
1498 bool isByteSwap = handle->isByteSwap; local
1515 wordToSend = LPSPI_CombineWriteData(handle->txData, bytesEachWrite, isByteSwap);
[all …]
Dfsl_lpspi_edma.h68 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
111 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
Dfsl_lpspi.h360 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
392 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member