Home
last modified time | relevance | path

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/
Dgd32a50x_i2c.c160 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/
Dgd32l23x_i2c.c165 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/
Dgd32e50x_i2c.c1119 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/
Dgd32a50x_i2c.h290 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/
Dgd32l23x_i2c.h287 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/
Dgd32e50x_i2c.h687 void i2c_master_clock_config(uint32_t i2c_periph, uint32_t sclh, uint32_t scll);