Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/
H A Di2c.c777 return((HWREG(ui32Base + I2C_O_MMIS)) ? true : false); in I2CMasterIntStatus()
815 return(HWREG(ui32Base + I2C_O_MMIS)); in I2CMasterIntStatusEx()
939 HWREG(ui32Base + I2C_O_MMIS) = I2C_MICR_IC; in I2CMasterIntClear()
/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/inc/
H A Dhw_i2c.h50 #define I2C_O_MMIS 0x00000018 macro