Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dspi.h247 HWREG(base + SPI_O_CTL1) |= SPI_CTL1_EN_EN; in SPIEnable()
267 HWREG(base + SPI_O_CTL1) &= ~SPI_CTL1_EN_EN; in SPIDisable()
Dspi.c73 HWREG(baseAddr + SPI_O_CTL1) = mode | SPI_CTL1_MSB_MSB; in SPIConfig()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_spi.h73 #define SPI_O_CTL1 0x00000104U macro