Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dspi.h94 #define SPI_STATUS_MASK 0x0000001F //!< Mask for bits above macro
407 return (HWREG(base + SPI_O_STA) & SPI_STATUS_MASK); in SPIStatus()