Home
last modified time | relevance | path

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

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