Home
last modified time | relevance | path

Searched full:ioc_both_edges (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/pinctrl/
Dti,cc13xx-cc26xx-pinctrl.yaml136 IOC_BOTH_EDGES: Edge detection on both edges
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dcc13xx_cc26xx-pinctrl.h64 #define IOC_BOTH_EDGES 0x00030000 /* Edge detection on both edges */ macro
/Zephyr-latest/drivers/gpio/
Dgpio_cc13xx_cc26xx.c180 config |= IOC_BOTH_EDGES; in gpio_cc13xx_cc26xx_pin_interrupt_configure()