Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.h52 #define SOC_GPIO_INT_TRIG_EDGE (1 << SOC_GPIO_INT_TRIG_POS) macro
Dsoc_gpio.c85 if ((flags & SOC_GPIO_INT_TRIG_MASK) == SOC_GPIO_INT_TRIG_EDGE) { in configure_input_attr()