Searched refs:I2C_OwnAddress (Results 1 – 16 of 16) sorted by relevance
133 Assert_Param(IS_I2C_ADDRESS(I2C_InitStruct->I2C_OwnAddress)); in I2C_Init()144 I2Cx->ADDR = (I2Cx->ADDR & 0xFFFF0000) | (ADDR_DEVADDR0_SET | (I2C_InitStruct->I2C_OwnAddress)); in I2C_Init()146 I2Cx->ADDR = I2C_InitStruct->I2C_OwnAddress; in I2C_Init()199 I2C_InitStruct->I2C_OwnAddress = 0; in I2C_StructInit()
118 Assert_Param(IS_I2C_ADDRESS(I2C_InitStruct->I2C_OwnAddress)); in I2C_Init()124 I2Cx->ADDR = I2C_InitStruct->I2C_OwnAddress; in I2C_Init()170 I2C_InitStruct->I2C_OwnAddress = 0; in I2C_StructInit()
62 u16 I2C_OwnAddress; member
88 I2C_InitStructure.I2C_OwnAddress = 0x00; in ht32_i2c_init()
59 uint16_t I2C_OwnAddress; member
120 init_struct->I2C_OwnAddress = I2C_OWN_ADDRESS; in I2C_StructInit()
63 u16 I2C_OwnAddress; member
65 uint32_t I2C_OwnAddress; /*!< Specifies the slave mode own address. member
242 I2C_InitStruct->I2C_OwnAddress = 0xA8; in I2C_StructInit()
230 I2C_InitStruct->I2C_OwnAddress = 0xA8; in I2C_StructInit()
67 u16 I2C_OwnAddress; member
Completed in 35 milliseconds