Searched refs:bytesEachRead (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/ |
D | fsl_lpspi.c | 57 uint8_t bytesEachRead; member 99 static void LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool … 1027 if ((stateParams->rxRemainingByteCount) < (stateParams->bytesEachRead)) 1029 (stateParams->bytesEachRead) = (uint8_t)(stateParams->rxRemainingByteCount); 1032 … LPSPI_SeparateReadData((stateParams->rxData), readData, (stateParams->bytesEachRead), isByteSwap); 1033 (stateParams->rxData) += (stateParams->bytesEachRead); 1035 (stateParams->rxRemainingByteCount) -= (stateParams->bytesEachRead); 1085 if ((stateParams->rxRemainingByteCount) < (stateParams->bytesEachRead)) 1087 (stateParams->bytesEachRead) = (uint8_t)(stateParams->rxRemainingByteCount); 1090 … 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() 256 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_MasterTransferPrepareEDMALite() 262 handle->bytesEachRead = 4U; in LPSPI_MasterTransferPrepareEDMALite() 373 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite() 524 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite() 848 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_SlaveTransferEDMA() 855 handle->bytesEachRead = 4U; in LPSPI_SlaveTransferEDMA() 901 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 | 369 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member 399 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
|