Lines Matching refs:bytesEachRead
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()
1000 switch (handle->bytesEachRead) in LPSPI_SlaveTransferEDMA()