Searched refs:I2C_LowPeriod (Results 1 – 4 of 4) sorted by relevance
506 void I2C_SetSCLLowPeriod(HT_I2C_TypeDef* I2Cx, u32 I2C_LowPeriod) in I2C_SetSCLLowPeriod() argument510 Assert_Param(IS_I2C_SCL_LOW(I2C_LowPeriod)); in I2C_SetSCLLowPeriod()512 I2Cx->SLPGR = I2C_LowPeriod; in I2C_SetSCLLowPeriod()
590 void I2C_SetSCLLowPeriod(HT_I2C_TypeDef* I2Cx, u32 I2C_LowPeriod) in I2C_SetSCLLowPeriod() argument594 Assert_Param(IS_I2C_SCL_LOW(I2C_LowPeriod)); in I2C_SetSCLLowPeriod()596 I2Cx->SLPGR = I2C_LowPeriod; in I2C_SetSCLLowPeriod()
298 void I2C_SetSCLLowPeriod(HT_I2C_TypeDef* I2Cx, u32 I2C_LowPeriod);
381 void I2C_SetSCLLowPeriod(HT_I2C_TypeDef* I2Cx, u32 I2C_LowPeriod);
Completed in 9 milliseconds