Searched refs:bytesEachRead (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/ |
D | fsl_lpspi.c | 76 static void LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool … 943 uint8_t bytesEachRead; local 1000 bytesEachRead = (uint8_t)bytesPerFrame; 1005 bytesEachRead = 4U; 1079 if (rxRemainingByteCount < bytesEachRead) 1081 bytesEachRead = (uint8_t)rxRemainingByteCount; 1084 LPSPI_SeparateReadData(rxData, readData, bytesEachRead, isByteSwap); 1085 rxData += bytesEachRead; 1087 rxRemainingByteCount -= bytesEachRead; 1134 if (rxRemainingByteCount < bytesEachRead) [all …]
|
D | fsl_lpspi_edma.c | 59 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() 499 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite() 823 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_SlaveTransferEDMA() 830 handle->bytesEachRead = 4U; in LPSPI_SlaveTransferEDMA() 868 switch (handle->bytesEachRead) in LPSPI_SlaveTransferEDMA() [all …]
|
D | fsl_lpspi_edma.h | 75 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member 118 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
|
D | fsl_lpspi.h | 386 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member 416 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpspi/ |
D | fsl_lpspi.c | 61 uint8_t bytesEachRead; member 103 static void LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool … 1058 if ((stateParams->rxRemainingByteCount) < (stateParams->bytesEachRead)) 1060 (stateParams->bytesEachRead) = (uint8_t)(stateParams->rxRemainingByteCount); 1063 … LPSPI_SeparateReadData((stateParams->rxData), readData, (stateParams->bytesEachRead), isByteSwap); 1064 (stateParams->rxData) += (stateParams->bytesEachRead); 1066 (stateParams->rxRemainingByteCount) -= (stateParams->bytesEachRead); 1117 if ((stateParams->rxRemainingByteCount) < (stateParams->bytesEachRead)) 1119 (stateParams->bytesEachRead) = (uint8_t)(stateParams->rxRemainingByteCount); 1122 … LPSPI_SeparateReadData((stateParams->rxData), readData, (stateParams->bytesEachRead), isByteSwap); [all …]
|
D | fsl_lpspi_edma.c | 67 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() 255 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_MasterTransferPrepareEDMALite() 261 handle->bytesEachRead = 4U; in LPSPI_MasterTransferPrepareEDMALite() 372 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite() 523 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite() 861 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_SlaveTransferEDMA() 868 handle->bytesEachRead = 4U; in LPSPI_SlaveTransferEDMA() 914 switch (handle->bytesEachRead) in LPSPI_SlaveTransferEDMA() [all …]
|
D | fsl_lpspi_edma.h | 75 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member 118 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
|
D | fsl_lpspi.h | 390 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member 420 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
|