Home
last modified time | relevance | path

Searched refs:isThereExtraRxBytes (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi_edma.c250 handle->isThereExtraRxBytes = false; in LPSPI_MasterTransferEDMA()
277 handle->isThereExtraRxBytes = true; in LPSPI_MasterTransferEDMA()
523 if (lpspiEdmaPrivateHandle->handle->isThereExtraRxBytes) in EDMA_LpspiMasterCallback()
700 handle->isThereExtraRxBytes = false; in LPSPI_SlaveTransferEDMA()
725 handle->isThereExtraRxBytes = true; in LPSPI_SlaveTransferEDMA()
944 if (lpspiEdmaPrivateHandle->handle->isThereExtraRxBytes) in EDMA_LpspiSlaveCallback()
Dfsl_lpspi_edma.h73 volatile uint8_t isThereExtraRxBytes; /*!< Is there extra RX byte. */ member
116 volatile uint8_t isThereExtraRxBytes; /*!< Is there extra RX byte. */ member