Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dspi.c129 if (HWREG(base + SPI_O_STA) & SPI_STA_TNF_NOT_FULL) in SPIPutDataNonBlocking()
151 while (!(HWREG(base + SPI_O_STA) & SPI_STA_TNF_NOT_FULL)) {} in SPIPutData()
Dspi.h92 #define SPI_TX_NOT_FULL SPI_STA_TNF_NOT_FULL //!< Transmit FIFO not full
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_spi.h1806 #define SPI_STA_TNF_NOT_FULL 0x00000002U macro