Home
last modified time | relevance | path

Searched refs:SOC_GPIO_INT_TRIG_MASK (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/soc/arm/cypress/common/
Dsoc_gpio.h52 #define SOC_GPIO_INT_TRIG_MASK (3 << SOC_GPIO_INT_TRIG_POS) macro
/Zephyr-Core-3.6.0/soc/arm/atmel_sam/common/
Dsoc_gpio.c80 if ((flags & SOC_GPIO_INT_TRIG_MASK) == SOC_GPIO_INT_TRIG_DOUBLE_EDGE) { in configure_input_attr()
85 if ((flags & SOC_GPIO_INT_TRIG_MASK) == SOC_GPIO_INT_TRIG_EDGE) { in configure_input_attr()
Dsoc_gpio.h48 #define SOC_GPIO_INT_TRIG_MASK (3 << SOC_GPIO_INT_TRIG_POS) macro
Dsoc_sam4l_gpio.c63 if ((flags & SOC_GPIO_INT_TRIG_MASK) == in configure_input_attr()