Searched refs:I2C_Speed (Results 1 – 15 of 15) sorted by relevance
187 I2C_InitStruct->I2C_Speed = I2C_Speed_STANDARD; in I2C_Init()194 I2C_InitStruct->I2C_Speed = I2C_Speed_FAST; in I2C_Init()199 … IC_SLAVE_DISABLE | IC_RESTART_EN |IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct… in I2C_Init()232 I2C_InitStruct->I2C_Speed = I2C_Speed_STANDARD; in I2C_StructInit()
119 Assert_Param(IS_I2C_SPEED(I2C_InitStruct->I2C_Speed)); in I2C_Init()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()171 I2C_InitStruct->I2C_Speed = 1000000; in I2C_StructInit()
134 Assert_Param(IS_I2C_SPEED(I2C_InitStruct->I2C_Speed)); in I2C_Init()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()200 I2C_InitStruct->I2C_Speed = 1000000; in I2C_StructInit()
103 ((init_struct->I2C_Speed == I2C_CR_FAST) ? I2C_CR_FAST : I2C_CR_STD) | \ in I2C_Init()121 init_struct->I2C_Speed = I2C_CR_STD; in I2C_StructInit()
211 … IC_SLAVE_DISABLE | IC_RESTART_EN |IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct… in I2C_Init()244 I2C_InitStruct->I2C_Speed = I2C_Speed_STANDARD; in I2C_StructInit()
199 … IC_SLAVE_DISABLE | IC_RESTART_EN |IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct… in I2C_Init()232 I2C_InitStruct->I2C_Speed = I2C_Speed_STANDARD; in I2C_StructInit()
211 …IC_SLAVE_DISABLE | IC_RESTART_EN | IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct… in I2C_Init()244 I2C_InitStruct->I2C_Speed = I2C_Speed_STANDARD; in I2C_StructInit()
58 u16 I2C_Speed; member
89 I2C_InitStructure.I2C_Speed = 400000; in ht32_i2c_init()
58 uint16_t I2C_Speed; member
62 u32 I2C_Speed; member
66 u32 I2C_Speed; member
Completed in 35 milliseconds