Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.c76 static void LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool …
933 uint8_t bytesEachRead; local
990 bytesEachRead = (uint8_t)bytesPerFrame;
995 bytesEachRead = 4U;
1069 if (rxRemainingByteCount < bytesEachRead)
1071 bytesEachRead = (uint8_t)rxRemainingByteCount;
1074 LPSPI_SeparateReadData(rxData, readData, bytesEachRead, isByteSwap);
1075 rxData += bytesEachRead;
1077 rxRemainingByteCount -= bytesEachRead;
1124 if (rxRemainingByteCount < bytesEachRead)
[all …]
Dfsl_lpspi_edma.c59 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, …
74 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, … in LPSPI_SeparateEdmaReadData() argument
78 switch (bytesEachRead) in LPSPI_SeparateEdmaReadData()
243 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_MasterTransferPrepareEDMALite()
249 handle->bytesEachRead = 4U; in LPSPI_MasterTransferPrepareEDMALite()
356 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite()
518 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite()
842 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_SlaveTransferEDMA()
849 handle->bytesEachRead = 4U; in LPSPI_SlaveTransferEDMA()
887 switch (handle->bytesEachRead) in LPSPI_SlaveTransferEDMA()
[all …]
Dfsl_lpspi_edma.h75 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
118 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
Dfsl_lpspi.h386 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
416 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c61 uint8_t bytesEachRead; member
103 static void LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool …
1057 if ((stateParams->rxRemainingByteCount) < (stateParams->bytesEachRead))
1059 (stateParams->bytesEachRead) = (uint8_t)(stateParams->rxRemainingByteCount);
1062 … LPSPI_SeparateReadData((stateParams->rxData), readData, (stateParams->bytesEachRead), isByteSwap);
1063 (stateParams->rxData) += (stateParams->bytesEachRead);
1065 (stateParams->rxRemainingByteCount) -= (stateParams->bytesEachRead);
1116 if ((stateParams->rxRemainingByteCount) < (stateParams->bytesEachRead))
1118 (stateParams->bytesEachRead) = (uint8_t)(stateParams->rxRemainingByteCount);
1121 … LPSPI_SeparateReadData((stateParams->rxData), readData, (stateParams->bytesEachRead), isByteSwap);
[all …]
Dfsl_lpspi_edma.c67 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, …
82 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, … in LPSPI_SeparateEdmaReadData() argument
90 switch (bytesEachRead) in LPSPI_SeparateEdmaReadData()
256 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_MasterTransferPrepareEDMALite()
262 handle->bytesEachRead = 4U; in LPSPI_MasterTransferPrepareEDMALite()
403 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite()
574 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite()
996 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_SlaveTransferEDMA()
1003 handle->bytesEachRead = 4U; in LPSPI_SlaveTransferEDMA()
1049 switch (handle->bytesEachRead) in LPSPI_SlaveTransferEDMA()
[all …]
Dfsl_lpspi_edma.h78 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
130 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
Dfsl_lpspi.h390 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
420 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member