Home
last modified time | relevance | path

Searched refs:I2C_LowPeriod (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c506 void I2C_SetSCLLowPeriod(HT_I2C_TypeDef* I2Cx, u32 I2C_LowPeriod) in I2C_SetSCLLowPeriod() argument
510 Assert_Param(IS_I2C_SCL_LOW(I2C_LowPeriod)); in I2C_SetSCLLowPeriod()
512 I2Cx->SLPGR = I2C_LowPeriod; in I2C_SetSCLLowPeriod()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c590 void I2C_SetSCLLowPeriod(HT_I2C_TypeDef* I2Cx, u32 I2C_LowPeriod) in I2C_SetSCLLowPeriod() argument
594 Assert_Param(IS_I2C_SCL_LOW(I2C_LowPeriod)); in I2C_SetSCLLowPeriod()
596 I2Cx->SLPGR = I2C_LowPeriod; in I2C_SetSCLLowPeriod()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h298 void I2C_SetSCLLowPeriod(HT_I2C_TypeDef* I2Cx, u32 I2C_LowPeriod);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h381 void I2C_SetSCLLowPeriod(HT_I2C_TypeDef* I2Cx, u32 I2C_LowPeriod);

Completed in 9 milliseconds