Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_gpio.c450 reg = AFIO_EC; in gpio_event_output_config()
458 AFIO_EC = reg; in gpio_event_output_config()
469 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.c467 reg = AFIO_EC; in gpio_event_output_config()
475 AFIO_EC = reg; in gpio_event_output_config()
486 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.c454 reg = AFIO_EC; in gpio_event_output_config()
462 AFIO_EC = reg; in gpio_event_output_config()
473 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.c616 reg = AFIO_EC; in gpio_event_output_config()
624 AFIO_EC = reg; in gpio_event_output_config()
635 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.h63 #define AFIO_EC REG32(AFIO + 0x00U) /*!< AFIO event control register */ macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_gpio.h65 #define AFIO_EC REG32(AFIO + 0x00U) /*!< AFIO event control register */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_gpio.h66 #define AFIO_EC REG32(AFIO + 0x00U) /*!< AFIO event control register */ macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_gpio.h66 #define AFIO_EC REG32(AFIO + 0x00000000U) /*!< AFIO event control registe… macro