Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Spi/src/
DSpi_Ip.c343 if ((State->RxIndex == State->ExpectedFifoReads) || ((boolean)TRUE == ErrorFlag)) in Spi_Ip_TransferProcess()
543 State->RxIndex = State->ExpectedFifoReads; in Spi_Ip_RxDmaTcdSGConfig()
587 DmaTcdList[5u].Value = State->ExpectedFifoReads; /* iteration count */ in Spi_Ip_RxDmaTcdSGConfig()
1078 if (ActualNumberOfReads > (State->ExpectedFifoReads - State->RxIndex)) in Spi_Ip_ReceiveData()
1080 ActualNumberOfReads = State->ExpectedFifoReads - State->RxIndex; in Spi_Ip_ReceiveData()
1186 State->ExpectedFifoReads = State->ExpectedFifoWrites; in Spi_Ip_UpdateTxRxCounter()
1189 State->ExpectedFifoReads = State->ExpectedFifoWrites/2u; in Spi_Ip_UpdateTxRxCounter()
1191 State->ExpectedCmdFifoWrites = State->ExpectedFifoReads; in Spi_Ip_UpdateTxRxCounter()
1260 if (State->ExpectedFifoReads != State->RxIndex) in Spi_Ip_IrqDmaHandler()
1573 if (State->RxIndex == State->ExpectedFifoReads) in Spi_Ip_SyncTransmit()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Spi/include/
DSpi_Ip_Types.h230 …uint16 ExpectedFifoReads; /**< Store number of frames needs to be receive for current transfer … member