Searched refs:USI_I2C_IC_TAR (Results 1 – 2 of 2) sorted by relevance
111 (USI_I2C_InitStruct->USI_I2CAckAddr & USI_I2C_IC_TAR)); 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()
615 #define USI_I2C_IC_TAR ((u32)0x000003FF) /*BIT[9:0], target address for any master trans… macro
Completed in 6 milliseconds