Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/led/led_api/src/
Dtest_led_api.c12 #define TEST_MAX_COLORS 8 macro
157 uint8_t colors[TEST_MAX_COLORS + 1]; in ZTEST_USER()
168 if (num_colors > TEST_MAX_COLORS) { in ZTEST_USER()
171 led, num_colors, TEST_MAX_COLORS); in ZTEST_USER()