Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c787 return((HWREG(ui32Base + I2C_O_MMIS)) ? true : false); in I2CMasterIntStatus()
825 return(HWREG(ui32Base + I2C_O_MMIS)); in I2CMasterIntStatusEx()
949 HWREG(ui32Base + I2C_O_MMIS) = I2C_MICR_IC; in I2CMasterIntClear()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_i2c.h92 #define I2C_O_MMIS 0x00000818 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_i2c.h92 #define I2C_O_MMIS 0x00000818 macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h48 #define I2C_O_MMIS 0x00000018 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Di2c.h557 return((HWREG(ui32Base + I2C_O_MMIS)) ? true : false); in I2CMasterIntStatus()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Di2c.h559 return((HWREG(I2C0_BASE + I2C_O_MMIS)) ? true : false); in I2CMasterIntStatus()