Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dspi_15xx.c75 if (pXfSetup->RxCnt == (pXfSetup->Length - 1)) { in SPI_Send_Dummy()
86 pXfSetup->pRx[pXfSetup->RxCnt] = Chip_SPI_ReceiveFrame(pSPI); in SPI_Receive_Data()
87 pXfSetup->RxCnt++; in SPI_Receive_Data()
189 pXfSetup->TxCnt = pXfSetup->RxCnt = 0; in Chip_SPI_RWFrames_Blocking()
191 (pXfSetup->RxCnt < pXfSetup->Length)) { in Chip_SPI_RWFrames_Blocking()
200 if ((Status & SPI_STAT_RXRDY) && (pXfSetup->RxCnt < pXfSetup->Length)) { in Chip_SPI_RWFrames_Blocking()
219 pXfSetup->TxCnt = pXfSetup->RxCnt = 0; in Chip_SPI_WriteFrames_Blocking()
247 pXfSetup->TxCnt = pXfSetup->RxCnt = 0; in Chip_SPI_ReadFrames_Blocking()
248 while (pXfSetup->RxCnt < pXfSetup->Length) { in Chip_SPI_ReadFrames_Blocking()
264 return pXfSetup->RxCnt; in Chip_SPI_ReadFrames_Blocking()
[all …]
/external/platform/lpc15xx/lpcopen/periph_spi_interrupt/example/src/
A Dperiph_spi_interrupt.c135 XferSetup.RxCnt = 0; in WriteSpiMssg()
163 if (XferSetup.RxCnt < XferSetup.Length) { in SPI0_IRQHandler()
/external/platform/lpc15xx/lpcopen/periph_spi_polling/example/src/
A Dperiph_spi_polling.c132 XferSetup.RxCnt = 0; in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dspi_15xx.h349 uint32_t RxCnt;/* Transmit Counter */ member

Completed in 6 milliseconds