Searched refs:BIT_CTRL_IC_TAR (Results 1 – 2 of 2) sorted by relevance
135 (I2C_InitStruct->I2CAckAddr & BIT_CTRL_IC_TAR)); in I2C_Init()283 u32 tar = I2Cx->IC_TAR & ~(BIT_CTRL_IC_TAR); in I2C_SetSlaveAddress()289 I2Cx->IC_TAR = (Address & BIT_CTRL_IC_TAR) | tar; in I2C_SetSlaveAddress()
391 #define BIT_CTRL_IC_TAR ((u32)0x000003ff) macro
Completed in 6 milliseconds