Searched refs:I2C_SpeedOffset (Results 1 – 7 of 7) sorted by relevance
150 SHPGR = (PCLK_Freq * 9)/(I2C_InitStruct->I2C_Speed * 20) - sTmp - I2C_InitStruct->I2C_SpeedOffset; in I2C_Init()151 …SLPGR = (PCLK_Freq * 11)/(I2C_InitStruct->I2C_Speed * 20) - sTmp - I2C_InitStruct->I2C_SpeedOffset; in I2C_Init()172 I2C_InitStruct->I2C_SpeedOffset = 0; in I2C_StructInit()
179 SHPGR = (PCLK_Freq * 9)/(I2C_InitStruct->I2C_Speed * 20) - sTmp - I2C_InitStruct->I2C_SpeedOffset; in I2C_Init()180 …SLPGR = (PCLK_Freq * 11)/(I2C_InitStruct->I2C_Speed * 20) - sTmp - I2C_InitStruct->I2C_SpeedOffset; in I2C_Init()201 I2C_InitStruct->I2C_SpeedOffset = 0; in I2C_StructInit()
90 I2C_InitStructure.I2C_SpeedOffset = 0; in ht32_i2c_init()
60 …u8 I2C_SpeedOffset; /* Offset value to reach real speed, recommended I2C_SpeedOffset = I2C PCLK/… member
64 …u8 I2C_SpeedOffset; /* Offset value to reach real speed, recommended I2C_SpeedOffset = I2C PCLK/… member
1669 + Add "I2C_SpeedOffset" parameter of "I2C_InitTypeDef" struct to reach real I2C speed.1676 + Add "I2C_SpeedOffset" parameter of I2C related examples.
826 + Add "I2C_SpeedOffset" parameter of I2C_InitTypeDef to reach real I2C speed.
Completed in 14 milliseconds