Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dspi_15xx.c49 if (pXfSetup->TxCnt == (pXfSetup->Length - 1)) { in SPI_Send_Data_RxIgnore()
56 pXfSetup->TxCnt++; in SPI_Send_Data_RxIgnore()
69 pXfSetup->TxCnt++; in SPI_Send_Data()
189 pXfSetup->TxCnt = pXfSetup->RxCnt = 0; in Chip_SPI_RWFrames_Blocking()
190 while ((pXfSetup->TxCnt < pXfSetup->Length) || in Chip_SPI_RWFrames_Blocking()
208 return pXfSetup->TxCnt; in Chip_SPI_RWFrames_Blocking()
219 pXfSetup->TxCnt = pXfSetup->RxCnt = 0; in Chip_SPI_WriteFrames_Blocking()
220 while (pXfSetup->TxCnt < pXfSetup->Length) { in Chip_SPI_WriteFrames_Blocking()
236 return pXfSetup->TxCnt; in Chip_SPI_WriteFrames_Blocking()
247 pXfSetup->TxCnt = pXfSetup->RxCnt = 0; in Chip_SPI_ReadFrames_Blocking()
[all …]
/external/platform/lpc15xx/lpcopen/periph_spi_polling/example/src/
A Dperiph_spi_polling.c131 XferSetup.TxCnt = 0; in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/periph_spi_interrupt/example/src/
A Dperiph_spi_interrupt.c134 XferSetup.TxCnt = 0; in WriteSpiMssg()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dspi_15xx.h347 uint32_t TxCnt;/* Transmit Counter */ member

Completed in 6 milliseconds