Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/mesh/src/
Dboard.c48 static const struct device *const button_dev = DEVICE_DT_GET(BUTTON0_DEV); variable
84 err = gpio_pin_configure(button_dev, BUTTON0_PIN, in button_init()
92 err = gpio_pin_interrupt_configure(button_dev, BUTTON0_PIN, in button_init()
101 gpio_add_callback(button_dev, &gpio_cb); in button_init()