Home
last modified time | relevance | path

Searched refs:I2C_MIMR_IM (Results 1 – 5 of 5) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_i2c.h621 #define I2C_MIMR_IM 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_i2c.h621 #define I2C_MIMR_IM 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h134 #define I2C_MIMR_IM 0x00000001 // Master Interrupt Mask macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Di2c.h467 HWREG(ui32Base + I2C_O_MIMR) = I2C_MIMR_IM; in I2CMasterIntEnable()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Di2c.h469 HWREG(I2C0_BASE + I2C_O_MIMR) = I2C_MIMR_IM; in I2CMasterIntEnable()