Searched refs:I2C_TAR (Results 1 – 2 of 2) sorted by relevance
108 USIx->I2C_TAR = ((USI_I2C_InitStruct->USI_I2CAddrMod << 12) | in USI_I2C_Init()253 u32 tar = USIx->I2C_TAR & ~(USI_I2C_IC_TAR); in USI_I2C_SetSlaveAddress()259 USIx->I2C_TAR = (Address & USI_I2C_IC_TAR) | tar; in USI_I2C_SetSlaveAddress()
580 __IO u32 I2C_TAR; /*!< USI I2C target address register, Address offset: 0x320*/ member
Completed in 21 milliseconds