Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_gpio.c469 AFIO_EC |= AFIO_EC_EOE; in gpio_event_output_enable()
480 AFIO_EC &= (uint32_t) (~AFIO_EC_EOE); in gpio_event_output_disable()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_gpio.c486 AFIO_EC |= AFIO_EC_EOE; in gpio_event_output_enable()
497 AFIO_EC &= (uint32_t)(~AFIO_EC_EOE); in gpio_event_output_disable()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_gpio.c473 AFIO_EC |= AFIO_EC_EOE; in gpio_event_output_enable()
484 AFIO_EC &= (uint32_t)(~AFIO_EC_EOE); in gpio_event_output_disable()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_gpio.c635 AFIO_EC |= AFIO_EC_EOE; in gpio_event_output_enable()
646 AFIO_EC &= (uint32_t)(~AFIO_EC_EOE); in gpio_event_output_disable()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_gpio.h218 #define AFIO_EC_EOE BIT(7) /*!< event output enable */ macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_gpio.h239 #define AFIO_EC_EOE BIT(7) /*!< event output enable */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_gpio.h240 #define AFIO_EC_EOE BIT(7) /*!< event output enable */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_gpio.h246 #define AFIO_EC_EOE BIT(7) /*!< event output enable */ macro