Home
last modified time | relevance | path

Searched refs:SPI_STA_RFE_EMPTY (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dspi.c167 while (HWREG(base + SPI_O_STA) & SPI_STA_RFE_EMPTY) {} in SPIGetData()
184 if (!(HWREG(base + SPI_O_STA) & SPI_STA_RFE_EMPTY)) in SPIGetDataNonBlocking()
Dspi.h91 #define SPI_RX_EMPTY SPI_STA_RFE_EMPTY //!< Receive FIFO empty
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_spi.h1794 #define SPI_STA_RFE_EMPTY 0x00000004U macro