Searched defs:isByteSwap (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/ |
| D | fsl_lpspi.c | 954 … bool isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); local 1104 bool isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); local 1539 bool isByteSwap = handle->isByteSwap; local 1690 bool isByteSwap = handle->isByteSwap; local 2013 bool isByteSwap = handle->isByteSwap; local 2143 bool isByteSwap = handle->isByteSwap; local 2263 …tic uint32_t LPSPI_CombineWriteData(const uint8_t *txData, uint8_t bytesEachWrite, bool isByteSwap) 2351 … LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool isByteSwap)
|
| D | fsl_lpspi_edma.c | 82 …I_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, bool isByteSwap) in LPSPI_SeparateEdmaReadData() 223 bool isByteSwap = ((configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); in LPSPI_MasterTransferPrepareEDMALite() local 698 bool isByteSwap = lpspiEdmaHandle->isByteSwap; in EDMA_LpspiMasterCallback() local 937 bool isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); in LPSPI_SlaveTransferEDMA() local 1232 bool isByteSwap = lpspiEdmaPrivateHandle->handle->isByteSwap; in EDMA_LpspiSlaveCallback() local
|
| D | fsl_lpspi_edma.h | 71 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member 123 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
|
| D | fsl_lpspi.h | 381 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member 413 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/ |
| D | fsl_lpspi.c | 931 bool isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); local 1367 bool isByteSwap = handle->isByteSwap; local 1519 bool isByteSwap = handle->isByteSwap; local 1836 bool isByteSwap = handle->isByteSwap; local 1967 bool isByteSwap = handle->isByteSwap; local 2075 …tic uint32_t LPSPI_CombineWriteData(const uint8_t *txData, uint8_t bytesEachWrite, bool isByteSwap) 2159 … LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool isByteSwap)
|
| D | fsl_lpspi_edma.c | 74 …I_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, bool isByteSwap) in LPSPI_SeparateEdmaReadData() 210 bool isByteSwap = ((configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); in LPSPI_MasterTransferPrepareEDMALite() local 622 bool isByteSwap = lpspiEdmaPrivateHandle->handle->isByteSwap; in EDMA_LpspiMasterCallback() local 791 bool isByteSwap = ((transfer->configFlags & (uint32_t)kLPSPI_MasterByteSwap) != 0U); in LPSPI_SlaveTransferEDMA() local 1061 bool isByteSwap = lpspiEdmaPrivateHandle->handle->isByteSwap; in EDMA_LpspiSlaveCallback() local
|
| 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 | 377 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member 409 volatile bool isByteSwap; /*!< A flag that whether should byte swap. */ member
|