Searched refs:bytesEachRead (Results 1 – 4 of 4) sorted by relevance
633 uint8_t bytesEachRead; in LPSPI_MasterTransferBlocking() local667 bytesEachRead = bytesPerFrame; in LPSPI_MasterTransferBlocking()672 bytesEachRead = 4; in LPSPI_MasterTransferBlocking()709 rxData += bytesEachRead; in LPSPI_MasterTransferBlocking()711 rxRemainingByteCount -= bytesEachRead; in LPSPI_MasterTransferBlocking()739 rxData += bytesEachRead; in LPSPI_MasterTransferBlocking()846 handle->bytesEachRead = bytesPerFrame; in LPSPI_MasterTransferNonBlocking()851 handle->bytesEachRead = 4; in LPSPI_MasterTransferNonBlocking()1211 handle->bytesEachRead = bytesPerFrame; in LPSPI_SlaveTransferNonBlocking()1216 handle->bytesEachRead = 4; in LPSPI_SlaveTransferNonBlocking()[all …]
65 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, …80 static void LPSPI_SeparateEdmaReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, … in LPSPI_SeparateEdmaReadData() argument84 switch (bytesEachRead) in LPSPI_SeparateEdmaReadData()256 handle->bytesEachRead = bytesPerFrame; in LPSPI_MasterTransferEDMA()263 handle->bytesEachRead = 4; in LPSPI_MasterTransferEDMA()302 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMA()445 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMA()706 handle->bytesEachRead = bytesPerFrame; in LPSPI_SlaveTransferEDMA()713 handle->bytesEachRead = 4; in LPSPI_SlaveTransferEDMA()753 switch (handle->bytesEachRead) in LPSPI_SlaveTransferEDMA()[all …]
70 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */ member113 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */ member
358 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */ member388 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */ member
Completed in 13 milliseconds