Searched refs:AFIO_EC (Results 1 – 2 of 2) sorted by relevance
450 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()
63 #define AFIO_EC REG32(AFIO + 0x00U) /*!< AFIO event control register */ macro
Completed in 6 milliseconds