Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Di2c.h711 val = HWREG(base + I2C_O_TIMR); in I2CTargetEnableInt()
713 HWREG(base + I2C_O_TIMR) = val; in I2CTargetEnableInt()
743 val = HWREG(base + I2C_O_TIMR); in I2CTargetDisableInt()
745 HWREG(base + I2C_O_TIMR) = val; in I2CTargetDisableInt()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_i2c.h55 #define I2C_O_TIMR 0x0000000CU macro