Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Spi/src/
DSpi_Ip.c354 if ((State->RxIndex == State->ExpectedFifoReads) || ((boolean)TRUE == ErrorFlag)) in Spi_Ip_TransferProcess()
512 State->RxIndex = 0u; in Spi_Ip_PrepareTransfer()
765 State->RxIndex = State->ExpectedFifoReads; in Spi_Ip_RxDmaTcdSGConfig()
1037 State->RxIndex += NumberDmaIterRead; in Spi_Ip_DmaTxRxUpdateLoop()
1190 if (LimitedNumberOfReads > (State->ExpectedFifoReads - State->RxIndex)) in Spi_Ip_ReceiveData()
1192 LimitedNumberOfReads = State->ExpectedFifoReads - State->RxIndex; in Spi_Ip_ReceiveData()
1196 LastIdx = ((uint32)State->RxIndex + LimitedNumberOfReads) * Factor; in Spi_Ip_ReceiveData()
1197 for (Idx = State->RxIndex * Factor; Idx < LastIdx; Idx += Factor) in Spi_Ip_ReceiveData()
1222 State->RxIndex += LimitedNumberOfReads; in Spi_Ip_ReceiveData()
1413 if (State->ExpectedFifoReads != State->RxIndex) in Spi_Ip_IrqDmaHandler()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Spi/include/
DSpi_Ip_Types.h229 uint16 RxIndex; /**< Store current Rx index to receive data in Rx buffer */ member