Home
last modified time | relevance | path

Searched refs:GPIO_INT_EDGE_TO_INACTIVE (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/coex/
Dcoex_ticker.c105 gpio_pin_interrupt_configure_dt(&config->grant_spec, GPIO_INT_EDGE_TO_INACTIVE); in time_slot_callback_work()
191 res = gpio_pin_interrupt_configure_dt(&config->grant_spec, GPIO_INT_EDGE_TO_INACTIVE); in coex_ticker_init()
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_pin_interrupt.c239 test_gpio_pin_interrupt_edge(GPIO_ACTIVE_HIGH, GPIO_INT_EDGE_TO_INACTIVE); in ZTEST()
241 test_gpio_pin_interrupt_edge(GPIO_ACTIVE_LOW, GPIO_INT_EDGE_TO_INACTIVE); in ZTEST()
/Zephyr-latest/drivers/sensor/tdk/icm42605/
Dicm42605_trigger.c133 gpio_pin_interrupt_configure_dt(&cfg->gpio_int, GPIO_INT_EDGE_TO_INACTIVE); in icm42605_init_interrupt()
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/
Dtest_callback_trigger.c131 zassert_equal(test_callback(GPIO_INT_EDGE_TO_INACTIVE), TC_PASS, in ZTEST()
/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670_trigger.c142 return gpio_pin_interrupt_configure_dt(&cfg->gpio_int, GPIO_INT_EDGE_TO_INACTIVE); in icm42670_trigger_init()
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_itron.c338 rc = gpio_pin_interrupt_configure_dt(&config->busy_gpio, GPIO_INT_EDGE_TO_INACTIVE); in send_cmd()
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1.c319 ret = gpio_pin_interrupt_configure_dt(&config->gpio1, GPIO_INT_EDGE_TO_INACTIVE); in vl53l1x_sample_fetch()
/Zephyr-latest/drivers/rtc/
Drtc_am1805.c548 GPIO_INT_EDGE_TO_INACTIVE); in am1805_init()
/Zephyr-latest/tests/drivers/gpio/gpio_ite_it8xxx2_v2/src/
Dmain.c198 zassert_ok(gpio_pin_interrupt_configure(gpio_dev, TEST_PIN, GPIO_INT_EDGE_TO_INACTIVE)); in ZTEST()
/Zephyr-latest/include/zephyr/drivers/
Dgpio.h195 #define GPIO_INT_EDGE_TO_INACTIVE (GPIO_INT_ENABLE | \ macro
/Zephyr-latest/drivers/sdhc/
Dimx_usdhc.c897 GPIO_INT_EDGE_TO_INACTIVE); in imx_usdhc_enable_interrupt()