Searched refs:AFIO_EC_EOE (Results 1 – 8 of 8) sorted by relevance
469 AFIO_EC |= AFIO_EC_EOE; in gpio_event_output_enable()480 AFIO_EC &= (uint32_t) (~AFIO_EC_EOE); in gpio_event_output_disable()
486 AFIO_EC |= AFIO_EC_EOE; in gpio_event_output_enable()497 AFIO_EC &= (uint32_t)(~AFIO_EC_EOE); in gpio_event_output_disable()
473 AFIO_EC |= AFIO_EC_EOE; in gpio_event_output_enable()484 AFIO_EC &= (uint32_t)(~AFIO_EC_EOE); in gpio_event_output_disable()
635 AFIO_EC |= AFIO_EC_EOE; in gpio_event_output_enable()646 AFIO_EC &= (uint32_t)(~AFIO_EC_EOE); in gpio_event_output_disable()
218 #define AFIO_EC_EOE BIT(7) /*!< event output enable */ macro
239 #define AFIO_EC_EOE BIT(7) /*!< event output enable */ macro
240 #define AFIO_EC_EOE BIT(7) /*!< event output enable */ macro
246 #define AFIO_EC_EOE BIT(7) /*!< event output enable */ macro