Searched refs:I2C_GeneralCall (Results 1 – 5 of 5) sorted by relevance
130 Assert_Param(IS_I2C_GENERAL_CALL(I2C_InitStruct->I2C_GeneralCall)); in I2C_Init()137 …I2Cx->CR = (I2Cx->CR & 0xFFFFFFFA) | I2C_InitStruct->I2C_GeneralCall | I2C_InitStruct->I2C_Acknowl… in I2C_Init()139 I2Cx->CR = (I2Cx->CR & 0xFFFFFF7A) | I2C_InitStruct->I2C_GeneralCall | in I2C_Init()196 I2C_InitStruct->I2C_GeneralCall = I2C_GENERALCALL_DISABLE; in I2C_StructInit()
115 Assert_Param(IS_I2C_GENERAL_CALL(I2C_InitStruct->I2C_GeneralCall)); in I2C_Init()121 I2Cx->CR = (I2Cx->CR & 0xFFFFFF7A) | I2C_InitStruct->I2C_GeneralCall | in I2C_Init()167 I2C_InitStruct->I2C_GeneralCall = I2C_GENERALCALL_DISABLE; in I2C_StructInit()
85 I2C_InitStructure.I2C_GeneralCall = DISABLE; in ht32_i2c_init()
57 u8 I2C_GeneralCall; member
61 u8 I2C_GeneralCall; member
Completed in 11 milliseconds