Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/shell/
Dshell_log_backend.c140 struct log_msg *msg, bool colors) in msg_process()
159 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in z_shell_log_backend_process() local
195 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in put() local
358 bool locked, bool colors) in process_log_msg2()
392 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in process_msg2_from_buffer() local
414 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in log2_process() local
/Zephyr-Core-2.7.6/samples/drivers/led_lpd8806/src/
Dmain.c27 static const struct led_rgb colors[] = { variable
/Zephyr-Core-2.7.6/samples/drivers/led_apa102/src/
Dmain.c28 static const struct led_rgb colors[] = { variable
/Zephyr-Core-2.7.6/samples/drivers/led_ws2812/src/
Dmain.c28 static const struct led_rgb colors[] = { variable
/Zephyr-Core-2.7.6/samples/drivers/led_lp503x/src/
Dmain.c29 static uint8_t colors[][3] = { variable
/Zephyr-Core-2.7.6/samples/drivers/led_lp5562/src/
Dmain.c35 static uint8_t colors[COLORS_TO_SHOW][VALUES_PER_COLOR] = { variable
/Zephyr-Core-2.7.6/tests/drivers/led/led_api/src/
Dtest_led_api.c167 uint8_t colors[TEST_MAX_COLORS + 1]; in test_led_set_color() local
/Zephyr-Core-2.7.6/subsys/logging/
Dlog_output.c37 static const char *const colors[] = { variable