Home
last modified time | relevance | path

Searched refs:AFIO_EC_PORT (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.h217 #define AFIO_EC_PORT BITS(4, 6) /*!< event output port selection */ macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_gpio.h238 #define AFIO_EC_PORT BITS(4,6) /*!< event output port selection */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_gpio.h239 #define AFIO_EC_PORT BITS(4,6) /*!< event output port selection */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_gpio.h245 #define AFIO_EC_PORT BITS(4,6) /*!< event output port selection */ macro