Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/nrfx_prs/src/
Dmain.c65 } btn_spec[] = { in init_buttons() local
79 static struct gpio_callback btn_cb_data[ARRAY_SIZE(btn_spec)]; in init_buttons()
81 for (int i = 0; i < ARRAY_SIZE(btn_spec); ++i) { in init_buttons()
82 const struct button_spec *btn = &btn_spec[i]; in init_buttons()