Lines Matching refs:bytesEachRead
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()
403 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite()
574 switch (handle->bytesEachRead) in LPSPI_MasterTransferEDMALite()
996 handle->bytesEachRead = (uint8_t)bytesPerFrame; in LPSPI_SlaveTransferEDMA()
1003 handle->bytesEachRead = 4U; in LPSPI_SlaveTransferEDMA()
1049 switch (handle->bytesEachRead) in LPSPI_SlaveTransferEDMA()
1160 switch (handle->bytesEachRead) in LPSPI_SlaveTransferEDMA()