Searched refs:IC_TAR (Results 1 – 2 of 2) sorted by relevance
132 I2Cx->IC_TAR = ((I2C_InitStruct->I2CAddrMod << 12) | 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()
825 __IO uint32_t IC_TAR; /*!< I2C target address register, Address offset: 0x04 */ member
Completed in 13 milliseconds