Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi_edma.c59 …_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, bool isByteSwap);
74 …I_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, bool isByteSwap) in LPSPI_SeparateEdmaReadData() argument
81 if (!isByteSwap) in LPSPI_SeparateEdmaReadData()
94 if (!isByteSwap) in LPSPI_SeparateEdmaReadData()
210 bool isByteSwap = ((configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); in LPSPI_MasterTransferPrepareEDMALite() local
223 handle->isByteSwap = isByteSwap; in LPSPI_MasterTransferPrepareEDMALite()
238 … LPSPI_TCR_CONT(isPcsContinuous) | LPSPI_TCR_BYSW(isByteSwap) | LPSPI_TCR_PCS(whichPcs); in LPSPI_MasterTransferPrepareEDMALite()
361 if (handle->isByteSwap) in LPSPI_MasterTransferEDMALite()
370 if (handle->isByteSwap) in LPSPI_MasterTransferEDMALite()
427 if (handle->isByteSwap) in LPSPI_MasterTransferEDMALite()
[all …]
Dfsl_lpspi.c70 …ic uint32_t LPSPI_CombineWriteData(const uint8_t *txData, uint8_t bytesEachWrite, bool isByteSwap);
76 …LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool isByteSwap);
931 bool isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); local
1044 wordToSend = LPSPI_CombineWriteData(txData, bytesEachWrite, isByteSwap);
1074 LPSPI_SeparateReadData(rxData, readData, bytesEachRead, isByteSwap);
1129 LPSPI_SeparateReadData(rxData, readData, bytesEachRead, isByteSwap);
1231 handle->isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U);
1367 bool isByteSwap = handle->isByteSwap; local
1384 wordToSend = LPSPI_CombineWriteData(handle->txData, bytesEachWrite, isByteSwap);
1519 bool isByteSwap = handle->isByteSwap; local
[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.h377 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
409 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
/hal_nxp-latest/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()
223 bool isByteSwap = ((configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); in LPSPI_MasterTransferPrepareEDMALite() local
236 handle->isByteSwap = isByteSwap; in LPSPI_MasterTransferPrepareEDMALite()
251 … LPSPI_TCR_CONT(isPcsContinuous) | LPSPI_TCR_BYSW(isByteSwap) | LPSPI_TCR_PCS(whichPcs); in LPSPI_MasterTransferPrepareEDMALite()
408 if (handle->isByteSwap) in LPSPI_MasterTransferEDMALite()
417 if (handle->isByteSwap) in LPSPI_MasterTransferEDMALite()
478 if (handle->isByteSwap) in LPSPI_MasterTransferEDMALite()
[all …]
Dfsl_lpspi.c97 …ic uint32_t LPSPI_CombineWriteData(const uint8_t *txData, uint8_t bytesEachWrite, bool isByteSwap);
103 …LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool isByteSwap);
954 … bool isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); local
1017 … LPSPI_CombineWriteData((stateParams->txData), (stateParams->bytesEachWrite), isByteSwap);
1062 … LPSPI_SeparateReadData((stateParams->rxData), readData, (stateParams->bytesEachRead), isByteSwap);
1104 bool isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); local
1121 … LPSPI_SeparateReadData((stateParams->rxData), readData, (stateParams->bytesEachRead), isByteSwap);
1387 handle->isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U);
1539 bool isByteSwap = handle->isByteSwap; local
1556 wordToSend = LPSPI_CombineWriteData(handle->txData, bytesEachWrite, isByteSwap);
[all …]
Dfsl_lpspi_edma.h71 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
123 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
Dfsl_lpspi.h381 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
413 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member