Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_gpio.c453 reg &= (uint32_t) (~(AFIO_EC_PORT | AFIO_EC_PIN)); in gpio_event_output_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_gpio.c470 reg &= (uint32_t)(~(AFIO_EC_PORT|AFIO_EC_PIN)); in gpio_event_output_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_gpio.c457 reg &= (uint32_t)(~(AFIO_EC_PORT|AFIO_EC_PIN)); in gpio_event_output_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_gpio.c619 reg &= (uint32_t)(~(AFIO_EC_PORT|AFIO_EC_PIN)); in gpio_event_output_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_gpio.h216 #define AFIO_EC_PIN BITS(0, 3) /*!< event output pin selection */ macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_gpio.h237 #define AFIO_EC_PIN BITS(0,3) /*!< event output pin selection */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_gpio.h238 #define AFIO_EC_PIN BITS(0,3) /*!< event output pin selection */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_gpio.h244 #define AFIO_EC_PIN BITS(0,3) /*!< event output pin selection */ macro