Home
last modified time | relevance | path

Searched refs:pXfSetup (Results 1 – 2 of 2) 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()
50 …Chip_SPI_SendLastFrame_RxIgnore(pSPI, pXfSetup->pTx[pXfSetup->TxCnt], pXfSetup->DataSize, pXfSetup in SPI_Send_Data_RxIgnore()
62 if (pXfSetup->TxCnt == (pXfSetup->Length - 1)) { in SPI_Send_Data()
63 Chip_SPI_SendLastFrame(pSPI, pXfSetup->pTx[pXfSetup->TxCnt], pXfSetup->DataSize, pXfSetup->ssel); in SPI_Send_Data()
75 if (pXfSetup->RxCnt == (pXfSetup->Length - 1)) { in SPI_Send_Dummy()
189 pXfSetup->TxCnt = pXfSetup->RxCnt = 0; in Chip_SPI_RWFrames_Blocking()
191 (pXfSetup->RxCnt < pXfSetup->Length)) { 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()
247 pXfSetup->TxCnt = pXfSetup->RxCnt = 0; in Chip_SPI_ReadFrames_Blocking()
[all …]
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dspi_15xx.h600 uint32_t Chip_SPI_RWFrames_Blocking(LPC_SPI_T *pSPI, SPI_DATA_SETUP_T *pXfSetup);
612 uint32_t Chip_SPI_WriteFrames_Blocking(LPC_SPI_T *pSPI, SPI_DATA_SETUP_T *pXfSetup);
624 uint32_t Chip_SPI_ReadFrames_Blocking(LPC_SPI_T *pSPI, SPI_DATA_SETUP_T *pXfSetup);

Completed in 7 milliseconds