Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c357 HWREG(ui32Base + I2C_O_SCSR) = I2C_SCSR_DA; in I2CSlaveEnable()
407 HWREG(ui32Base + I2C_O_SCSR) = 0; in I2CSlaveDisable()
1520 return(HWREG(ui32Base + I2C_O_SCSR)); in I2CSlaveStatus()
2019 HWREG(ui32Base + I2C_O_SCSR) = ui32Config | I2C_SCSR_DA; in I2CSlaveFIFOEnable()
2045 HWREG(ui32Base + I2C_O_SCSR) = I2C_SCSR_DA; in I2CSlaveFIFODisable()
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h56 #define I2C_O_SCSR 0x00000804 macro