Home
last modified time | relevance | path

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

/Zephyr-latest/dts/bindings/pinctrl/
Dti,cc13xx-cc26xx-pinctrl.yaml69 ti,input-edge-detect = <IOC_RISING_EDGE>;
135 IOC_RISING_EDGE: Edge detection on rising edge
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dcc13xx_cc26xx-pinctrl.h63 #define IOC_RISING_EDGE 0x00020000 /* Edge detection on rising edge */ macro
/Zephyr-latest/drivers/gpio/
Dgpio_cc13xx_cc26xx.c182 config |= IOC_RISING_EDGE; in gpio_cc13xx_cc26xx_pin_interrupt_configure()