Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_i2c.h675 #define I2C_MICR_IC 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_i2c.h675 #define I2C_MICR_IC 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h203 #define I2C_MICR_IC 0x00000001 // Master Interrupt Clear macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c942 HWREG(ui32Base + I2C_O_MICR) = I2C_MICR_IC; in I2CMasterIntClear()
949 HWREG(ui32Base + I2C_O_MMIS) = I2C_MICR_IC; in I2CMasterIntClear()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Di2c.h526 HWREG(ui32Base + I2C_O_MICR) = I2C_MICR_IC; in I2CMasterIntClear()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Di2c.h528 HWREG(I2C0_BASE + I2C_O_MICR) = I2C_MICR_IC; in I2CMasterIntClear()