Searched refs:sda_af (Results 1 – 2 of 2) sorted by relevance
| /bsp/gd32/arm/libraries/gd32_drivers/ |
| A D | drv_hw_i2c.h | 34 rt_uint32_t sda_af; /* SDA pin alternate function */ member
|
| A D | drv_hw_i2c.c | 22 .sda_clk = RCU_GPIOB, .sda_port = GPIOB, .sda_pin = GPIO_PIN_7, .sda_af = GPIO_AF_1, 30 .sda_clk = RCU_GPIOB, .sda_port = GPIOB, .sda_pin = GPIO_PIN_11, .sda_af = GPIO_AF_1, 567 gpio_af_set(config->sda_port, config->sda_af, config->sda_pin); in rt_hw_i2c_init()
|
Completed in 6 milliseconds