Home
last modified time | relevance | path

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

/hal_intel-latest/zephyr/iut_test/test_zephyr/gpio/
Dtest_gpio.c76 static struct gpio_callback gp_cb; variable
106 gpio_init_callback(&gp_cb, test_callback, BIT(GPIO_LOOP_INPUT)); in test_gpio_loopback()
107 gpio_add_callback(gpio_dev, &gp_cb); in test_gpio_loopback()