Searched refs:I2C_OwnAddress1 (Results 1 – 15 of 15) sorted by relevance
177 assert_param(IS_I2C_OWN_ADDRESS1(I2C_InitStruct->I2C_OwnAddress1)); in I2C_Init()265 I2Cx->OAR1 = (I2C_InitStruct->I2C_AcknowledgedAddress | I2C_InitStruct->I2C_OwnAddress1); in I2C_Init()283 I2C_InitStruct->I2C_OwnAddress1 = 0; in I2C_StructInit()
76 assert_param(IS_I2C_OWN_ADDRESS1(I2C_InitStruct->I2C_OwnAddress1)); in I2C_Init()116 (uint32_t)I2C_InitStruct->I2C_OwnAddress1); in I2C_Init()158 I2C_InitStruct->I2C_OwnAddress1 = 0; in I2C_StructInit()
154 assert_param(IS_I2C_OWN_ADDRESS1(I2C_InitStruct->I2C_OwnAddress1)); in I2C_Init()194 (uint32_t)I2C_InitStruct->I2C_OwnAddress1); in I2C_Init()236 I2C_InitStruct->I2C_OwnAddress1 = 0; in I2C_StructInit()
179 I2C_InitTSturcture.I2C_OwnAddress1 = 0; in ch32f1_i2c_config()193 I2C_InitTSturcture.I2C_OwnAddress1 = 0; in ch32f1_i2c_config()
179 I2Cx->OADDR1 = (I2C_InitStruct->I2C_AcknowledgedAddress | I2C_InitStruct->I2C_OwnAddress1); in I2C_Init()194 I2C_InitStruct->I2C_OwnAddress1 = 0; in I2C_StructInit()
185 I2Cx->OADDR1 = (I2C_InitStruct->I2C_AcknowledgedAddress | I2C_InitStruct->I2C_OwnAddress1); in I2C_Init()203 I2C_InitStruct->I2C_OwnAddress1 = 0; in I2C_StructInit()
184 I2Cx->OADDR1 = (I2C_InitStruct->I2C_AcknowledgedAddress | I2C_InitStruct->I2C_OwnAddress1); in I2C_Init()200 I2C_InitStruct->I2C_OwnAddress1 = 0; in I2C_StructInit()
200 I2C_InitTSturcture.I2C_OwnAddress1 = config->own_address;
30 uint16_t I2C_OwnAddress1; /*!< Specifies the first device own address. member
30 uint16_t I2C_OwnAddress1; /* Specifies the first device own address. member
32 uint16_t I2C_OwnAddress1; /* Specifies the first device own address. member
282 I2C_InitTSturcture.I2C_OwnAddress1 = 0; in ch32f2_i2c_config()296 I2C_InitTSturcture.I2C_OwnAddress1 = 0; in ch32f2_i2c_config()
39 uint16_t I2C_OwnAddress1; /*!< Specifies the first device own address. member
49 uint32_t I2C_OwnAddress1; /*!< Specifies the device own address 1. member
48 uint32_t I2C_OwnAddress1; /*!< Specifies the device own address 1. member
Completed in 43 milliseconds