Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/led/sx1509b_intensity/src/
Dmain.c17 enum sx1509b_color { sx1509b_red = 0, sx1509b_green, sx1509b_blue }; enumerator
21 static uint8_t which_color = sx1509b_red;
32 if (which_color == sx1509b_red) { in rgb_work_handler()
60 which_color = sx1509b_red; in rgb_work_handler()