Home
last modified time | relevance | path

Searched refs:GPIO_MODE_IPD (Results 1 – 8 of 8) sorted by relevance

/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_gpio.c151 if (GPIO_MODE_IPD == mode) { in gpio_init()
175 if (GPIO_MODE_IPD == mode) { in gpio_init()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_gpio.c168 if(GPIO_MODE_IPD == mode){ in gpio_init()
192 if(GPIO_MODE_IPD == mode){ in gpio_init()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_gpio.c159 if(GPIO_MODE_IPD == mode){ in gpio_init()
183 if(GPIO_MODE_IPD == mode){ in gpio_init()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_gpio.c168 if(GPIO_MODE_IPD == mode){ in gpio_init()
192 if(GPIO_MODE_IPD == mode){ in gpio_init()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_gpio.h274 #define GPIO_MODE_IPD ((uint8_t)0x28U) /*!< pull-down input mode */ macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_gpio.h303 #define GPIO_MODE_IPD ((uint8_t)0x28U) /*!< pull-down input mode */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_gpio.h308 #define GPIO_MODE_IPD ((uint8_t)0x28U) /*!< pull-down input mode */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_gpio.h424 #define GPIO_MODE_IPD ((uint8_t)0x28U) /*!< pull-down input mode */ macro