Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_ad405x.c299 gpio_flags_t gpio_flag = GPIO_INT_EDGE_TO_ACTIVE; in ad405x_gpio1_callback() local
309 gpio_flag = GPIO_INT_EDGE_TO_INACTIVE; in ad405x_gpio1_callback()
315 gpio_pin_interrupt_configure_dt(&cfg->gp1_interrupt, gpio_flag); in ad405x_gpio1_callback()
323 gpio_flags_t gpio_flag = GPIO_INT_EDGE_TO_ACTIVE; in ad405x_gpio0_callback() local
330 gpio_flag = GPIO_INT_EDGE_TO_INACTIVE; in ad405x_gpio0_callback()
336 gpio_pin_interrupt_configure_dt(&cfg->gp0_interrupt, gpio_flag); in ad405x_gpio0_callback()