Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dspi_15xx.c205 if (Chip_SPI_GetStatus(pSPI) & (SPI_STAT_RXOV | SPI_STAT_TXUR)) { in Chip_SPI_RWFrames_Blocking()
261 if (Chip_SPI_GetStatus(pSPI) & (SPI_STAT_RXOV | SPI_STAT_TXUR)) { in Chip_SPI_ReadFrames_Blocking()
274 if (Status & (SPI_STAT_RXOV | SPI_STAT_TXUR)) { in Chip_SPI_Int_RWFrames()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dspi_15xx.h121 #define SPI_STAT_RXOV ((uint32_t) (1 << 2)) /* Data comes while receiver buffer is in use… macro

Completed in 5 milliseconds