Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h346 #define I2C_SOAR2_OAR2EN 0x00000080 // I2C Slave Own Address 2 Enable macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c299 HWREG(ui32Base + I2C_O_SOAR2) = I2C_SOAR2_OAR2EN | ui8SlaveAddr; in I2CSlaveAddressSet()