Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Di2c.h766 ui32Val = HWREG(ui32Base + I2C_O_SIMR); in I2CSlaveIntEnable()
768 HWREG(ui32Base + I2C_O_SIMR) = ui32Val; in I2CSlaveIntEnable()
800 ui32Val = HWREG(ui32Base + I2C_O_SIMR); in I2CSlaveIntDisable()
802 HWREG(ui32Base + I2C_O_SIMR) = ui32Val; in I2CSlaveIntDisable()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Di2c.h768 ui32Val = HWREG(I2C0_BASE + I2C_O_SIMR); in I2CSlaveIntEnable()
770 HWREG(I2C0_BASE + I2C_O_SIMR) = ui32Val; in I2CSlaveIntEnable()
802 ui32Val = HWREG(I2C0_BASE + I2C_O_SIMR); in I2CSlaveIntDisable()
804 HWREG(I2C0_BASE + I2C_O_SIMR) = ui32Val; in I2CSlaveIntDisable()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c599 HWREG(ui32Base + I2C_O_SIMR) |= I2C_SLAVE_INT_DATA; in I2CSlaveIntEnable()
640 HWREG(ui32Base + I2C_O_SIMR) |= ui32IntFlags; in I2CSlaveIntEnableEx()
722 HWREG(ui32Base + I2C_O_SIMR) &= ~I2C_SLAVE_INT_DATA; in I2CSlaveIntDisable()
754 HWREG(ui32Base + I2C_O_SIMR) &= ~ui32IntFlags; in I2CSlaveIntDisableEx()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_i2c.h59 #define I2C_O_SIMR 0x0000000C macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_i2c.h59 #define I2C_O_SIMR 0x0000000C macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h58 #define I2C_O_SIMR 0x0000080C macro