Searched refs:sclh (Results 1 – 6 of 6) sorted by relevance
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/ |
D | gd32a50x_i2c.c | 160 void i2c_master_clock_config(uint32_t i2c_periph, uint32_t sclh, uint32_t scll) in i2c_master_clock_config() argument 166 sclh = (uint32_t)(sclh << TIMING_SCLH_OFFSET) & I2C_TIMING_SCLH; in i2c_master_clock_config() 169 I2C_TIMING(i2c_periph) |= (sclh | scll); in i2c_master_clock_config()
|
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/ |
D | gd32l23x_i2c.c | 165 void i2c_master_clock_config(uint32_t i2c_periph, uint32_t sclh, uint32_t scll) in i2c_master_clock_config() argument 171 sclh = (uint32_t)(sclh << TIMING_SCLH_OFFSET) & I2C_TIMING_SCLH; in i2c_master_clock_config() 174 I2C_TIMING(i2c_periph) |= (sclh | scll); in i2c_master_clock_config()
|
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/ |
D | gd32e50x_i2c.c | 1119 void i2c_master_clock_config(uint32_t i2c_periph, uint32_t sclh, uint32_t scll) in i2c_master_clock_config() argument 1125 sclh = (uint32_t)(sclh << TIMING_SCLH_OFFSET) & I2C2_TIMING_SCLH; in i2c_master_clock_config() 1128 I2C2_TIMING(i2c_periph) |= (sclh | scll); in i2c_master_clock_config()
|
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/ |
D | gd32a50x_i2c.h | 290 void i2c_master_clock_config(uint32_t i2c_periph, uint32_t sclh, uint32_t scll);
|
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/ |
D | gd32l23x_i2c.h | 287 void i2c_master_clock_config(uint32_t i2c_periph, uint32_t sclh, uint32_t scll);
|
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/ |
D | gd32e50x_i2c.h | 687 void i2c_master_clock_config(uint32_t i2c_periph, uint32_t sclh, uint32_t scll);
|