Home
last modified time | relevance | path

Searched refs:SPI_O_STA (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()
167 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.h380 return ((HWREG(base + SPI_O_STA) & SPI_STA_BUSY) ? true : false); in SPIBusy()
407 return (HWREG(base + SPI_O_STA) & SPI_STATUS_MASK); in SPIStatus()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_spi.h115 #define SPI_O_STA 0x00000160U macro