Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Di2c.h256 HWREG(base + I2C_O_CCR) |= I2C_CCR_CFE_M; in I2CControllerEnable()
282 HWREG(base + I2C_O_CCR) &= ~I2C_CCR_CFE_M; in I2CControllerDisable()
536 HWREG(base + I2C_O_CCR) |= I2C_CCR_TFE_M; in I2CTargetEnable()
614 HWREG(base + I2C_O_CCR) &= ~I2C_CCR_TFE_M; in I2CTargetDisable()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_i2c.h94 #define I2C_O_CCR 0x00000820U macro