Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_otc/src/
Dmain.c89 #define BTN_COUNT 4 macro
91 static const struct gpio_dt_spec btns[BTN_COUNT] = {button0, button1, button2, button3};
220 for (int idx = 0; idx < BTN_COUNT; idx++) { in configure_buttons()