Home
last modified time | relevance | path

Searched defs:button_spec (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/boards/nordic/nrfx_prs/src/
Dmain.c60 static const struct button_spec { in init_buttons() struct
61 struct gpio_dt_spec gpio; in init_buttons()
62 char const *label; in init_buttons()
63 char const *action; in init_buttons()
64 gpio_callback_handler_t handler; in init_buttons()