Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_log_backend.c61 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in z_shell_log_backend_process() local
161 bool locked, bool colors) in process_log_msg()
210 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in process_msg_from_buffer() local
232 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in process() local
/Zephyr-latest/samples/drivers/led/led_strip/src/
Dmain.c34 static const struct led_rgb colors[] = { variable
/Zephyr-latest/samples/drivers/led/lp5562/src/
Dmain.c35 static uint8_t colors[COLORS_TO_SHOW][VALUES_PER_COLOR] = { variable
/Zephyr-latest/samples/drivers/led/lp50xx/src/
Dmain.c32 static uint8_t colors[][3] = { variable
/Zephyr-latest/tests/drivers/led/led_api/src/
Dtest_led_api.c157 uint8_t colors[TEST_MAX_COLORS + 1]; in ZTEST_USER() local
/Zephyr-latest/subsys/logging/
Dlog_output.c42 static const char *const colors[] = { variable