Searched refs:bytesEachRead (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_lpspi.c | 67 static void LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool … 817 uint8_t bytesEachRead; in LPSPI_MasterTransferBlocking() local 870 bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_MasterTransferBlocking() 875 bytesEachRead = 4U; in LPSPI_MasterTransferBlocking() 926 if (rxRemainingByteCount < bytesEachRead) in LPSPI_MasterTransferBlocking() 928 bytesEachRead = (uint8_t)rxRemainingByteCount; in LPSPI_MasterTransferBlocking() 931 LPSPI_SeparateReadData(rxData, readData, bytesEachRead, isByteSwap); in LPSPI_MasterTransferBlocking() 932 rxData += bytesEachRead; in LPSPI_MasterTransferBlocking() 934 rxRemainingByteCount -= bytesEachRead; in LPSPI_MasterTransferBlocking() 978 if (rxRemainingByteCount < bytesEachRead) in LPSPI_MasterTransferBlocking() [all …]
|
D | fsl_lpspi_edma.c | 60 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, … 75 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, … in LPSPI_SeparateEdmaReadData() argument 79 switch (bytesEachRead) in LPSPI_SeparateEdmaReadData() 309 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_MasterTransferEDMA() 316 handle->bytesEachRead = 4U; in LPSPI_MasterTransferEDMA() 355 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMA() 498 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMA() 835 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_SlaveTransferEDMA() 842 handle->bytesEachRead = 4U; in LPSPI_SlaveTransferEDMA() 882 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 | 365 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member 395 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
|
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_lpspi.c | 67 static void LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint8_t bytesEachRead, bool … 842 uint8_t bytesEachRead; in LPSPI_MasterTransferBlocking() local 898 bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_MasterTransferBlocking() 903 bytesEachRead = 4U; in LPSPI_MasterTransferBlocking() 977 if (rxRemainingByteCount < bytesEachRead) in LPSPI_MasterTransferBlocking() 979 bytesEachRead = (uint8_t)rxRemainingByteCount; in LPSPI_MasterTransferBlocking() 982 LPSPI_SeparateReadData(rxData, readData, bytesEachRead, isByteSwap); in LPSPI_MasterTransferBlocking() 983 rxData += bytesEachRead; in LPSPI_MasterTransferBlocking() 985 rxRemainingByteCount -= bytesEachRead; in LPSPI_MasterTransferBlocking() 1032 if (rxRemainingByteCount < bytesEachRead) in LPSPI_MasterTransferBlocking() [all …]
|
D | fsl_lpspi_edma.c | 60 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, … 75 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, … in LPSPI_SeparateEdmaReadData() argument 79 switch (bytesEachRead) in LPSPI_SeparateEdmaReadData() 274 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_MasterTransferEDMA() 281 handle->bytesEachRead = 4U; in LPSPI_MasterTransferEDMA() 318 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMA() 461 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMA() 757 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_SlaveTransferEDMA() 764 handle->bytesEachRead = 4U; in LPSPI_SlaveTransferEDMA() 802 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 | 367 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member 397 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR. */ member
|