Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/bbc/microbit/line_follower_robot/src/
Dmain.c38 static void right_irq(const struct device *dev, struct gpio_callback *cb, in right_irq() function
120 gpio_init_callback(&right_cb, right_irq, BIT(right_gpio.pin)); in main()