Home
last modified time | relevance | path

Searched refs:RxIndex (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()
672 State->RxIndex = NumberDmaIterRead; in Spi_Ip_DmaConfig()
887 State->RxIndex += NumberDmaIterRead; in Spi_Ip_DmaContinueTransfer()
991 *((uint8*)(&State->RxBuffer[State->RxIndex])) = (uint8)Data; in Spi_Ip_ReadRxFifo()
995 *((uint16*)(&State->RxBuffer[2u * State->RxIndex])) = (uint16)Data; in Spi_Ip_ReadRxFifo()
999 *((uint32*)(&State->RxBuffer[4u * State->RxIndex])) = Data; in Spi_Ip_ReadRxFifo()
1002 State->RxIndex++; in Spi_Ip_ReadRxFifo()
1078 if (ActualNumberOfReads > (State->ExpectedFifoReads - State->RxIndex)) in Spi_Ip_ReceiveData()
1080 ActualNumberOfReads = State->ExpectedFifoReads - State->RxIndex; in Spi_Ip_ReceiveData()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Spi/include/
DSpi_Ip_Types.h228 uint16 RxIndex; /**< Store current Rx index to receive data in Rx buffer */ member