Searched refs:isByteSwap (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/ |
D | fsl_lpspi_edma.c | 67 …_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 …]
|
D | fsl_lpspi.c | 93 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 …]
|
D | fsl_lpspi_edma.h | 68 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member 111 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
|
D | fsl_lpspi.h | 360 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member 392 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
|