Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A 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()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_gpio.h63 #define AFIO_EC REG32(AFIO + 0x00U) /*!< AFIO event control register */ macro

Completed in 6 milliseconds