Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_lpspi.c633 uint8_t bytesEachRead; in LPSPI_MasterTransferBlocking() local
667 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 …]
A 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 …]
A 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
A Dfsl_lpspi.h358 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */ member
388 volatile uint8_t bytesEachRead; /*!< Bytes for each read RDR . */ member

Completed in 11 milliseconds