Home
last modified time | relevance | path

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

/Zephyr-latest/dts/bindings/pinctrl/
Dti,cc13xx-cc26xx-pinctrl.yaml134 IOC_FALLING_EDGE: Edge detection on falling edge
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dcc13xx_cc26xx-pinctrl.h62 #define IOC_FALLING_EDGE 0x00010000 /* Edge detection on falling edge */ macro
/Zephyr-latest/drivers/gpio/
Dgpio_cc13xx_cc26xx.c184 config |= IOC_FALLING_EDGE; in gpio_cc13xx_cc26xx_pin_interrupt_configure()