Searched refs:RCU_GPIOB (Results 1 – 14 of 14) sorted by relevance
| /bsp/gd32/arm/libraries/gd32_drivers/ |
| A D | drv_usart.c | 222 RCU_GPIOB, RCU_GPIOB, /* tx gpio clock, rt gpio clock */ 226 RCU_GPIOB, RCU_GPIOB, /* tx gpio clock, rx gpio clock */ 231 RCU_GPIOB, RCU_GPIOB, /* tx gpio clock, rt gpio clock */
|
| A D | drv_can.c | 90 .tx_clk = RCU_GPIOB, 105 .rx_clk = RCU_GPIOB, 124 .tx_clk = RCU_GPIOB, 127 .tx_clk = RCU_GPIOB, 133 .rx_clk = RCU_GPIOB, 136 .rx_clk = RCU_GPIOB,
|
| A D | drv_hw_i2c.c | 21 .scl_clk = RCU_GPIOB, .scl_port = GPIOB, .scl_pin = GPIO_PIN_6, .scl_af = GPIO_AF_1, 22 .sda_clk = RCU_GPIOB, .sda_port = GPIOB, .sda_pin = GPIO_PIN_7, .sda_af = GPIO_AF_1, 29 .scl_clk = RCU_GPIOB, .scl_port = GPIOB, .scl_pin = GPIO_PIN_10, .scl_af = GPIO_AF_1, 30 .sda_clk = RCU_GPIOB, .sda_port = GPIOB, .sda_pin = GPIO_PIN_11, .sda_af = GPIO_AF_1,
|
| A D | drv_spi.c | 62 RCU_GPIOB, 87 RCU_GPIOB,
|
| A D | drv_sdram.c | 33 rcu_periph_clock_enable(RCU_GPIOB); in SDRAM_Initialization_GPIO()
|
| A D | drv_pwm.c | 237 rcu_periph_clock_enable(RCU_GPIOB); in gpio_clock_enable()
|
| A D | drv_usart_v2.c | 127 RCU_USART2, RCU_GPIOB, RCU_GPIOB, /* periph clock, tx gpio clock, rt gpio clock */
|
| /bsp/gd32/arm/gd32470z-lckfb/board/ports/ |
| A D | drv_touch.h | 19 #define SCL_RCU RCU_GPIOB 26 #define SDA_RCU RCU_GPIOB
|
| A D | drv_lcd.c | 174 rcu_periph_clock_enable(RCU_GPIOB); in tli_gpio_config()
|
| /bsp/nuclei/gd32vf103_rvstar/board/ |
| A D | board.c | 58 rcu_periph_clock_enable(RCU_GPIOB); in rt_hw_gpio_drvinit()
|
| /bsp/gd32/risc-v/libraries/gd32_drivers/ |
| A D | drv_spi.c | 50 RCU_GPIOB, 64 RCU_GPIOB,
|
| A D | drv_usart.c | 184 RCU_USART2, RCU_GPIOB, RCU_GPIOB, // periph clock, tx gpio clock, rt gpio clock
|
| /bsp/nuclei/libraries/gd32vf103/HAL_Drivers/ |
| A D | drv_gpio.c | 521 rcu_periph_clock_enable(RCU_GPIOB); in rt_hw_pin_init()
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/ |
| A D | gd32vf103_rcu.h | 294 RCU_GPIOB = RCU_REGIDX_BIT(APB2EN_REG_OFFSET, 3U), /*!< GPIOB clock */ enumerator
|
Completed in 27 milliseconds