Home
last modified time | relevance | path

Searched refs:bytesEachRead (Results 1 – 4 of 4) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi.c67 static void LPSPI_SeparateReadData(uint8_t *rxData, uint32_t readData, uint32_t bytesEachRead, bool…
633 uint8_t bytesEachRead; in LPSPI_MasterTransferBlocking() local
667 bytesEachRead = bytesPerFrame; in LPSPI_MasterTransferBlocking()
672 bytesEachRead = 4; in LPSPI_MasterTransferBlocking()
703 if (rxRemainingByteCount < bytesEachRead) in LPSPI_MasterTransferBlocking()
705 bytesEachRead = rxRemainingByteCount; in LPSPI_MasterTransferBlocking()
708 LPSPI_SeparateReadData(rxData, readData, bytesEachRead, isByteSwap); in LPSPI_MasterTransferBlocking()
709 rxData += bytesEachRead; in LPSPI_MasterTransferBlocking()
711 rxRemainingByteCount -= bytesEachRead; in LPSPI_MasterTransferBlocking()
733 if (rxRemainingByteCount < bytesEachRead) in LPSPI_MasterTransferBlocking()
[all …]
Dfsl_lpspi_edma.c65 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() argument
84 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 …]
Dfsl_lpspi_edma.h70 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */ member
113 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */ member
Dfsl_lpspi.h358 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */ member
388 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */ member