/Zephyr-latest/samples/drivers/led/lp5562/src/ |
D | main.c | 35 static uint8_t colors[COLORS_TO_SHOW][VALUES_PER_COLOR] = { variable 186 colors[i][0], in main() 187 colors[i][1], in main() 188 colors[i][2]); in main() 214 colors[i][0], in main() 215 colors[i][1], in main() 216 colors[i][2]); in main()
|
/Zephyr-latest/tests/drivers/led/led_api/src/ |
D | test_led_api.c | 157 uint8_t colors[TEST_MAX_COLORS + 1]; in ZTEST_USER() local 175 memset(colors, 0, sizeof(colors)); in ZTEST_USER() 178 ret = led_set_color(led_ctrl, led, num_colors + 1, colors); in ZTEST_USER() 188 ret = led_set_color(led_ctrl, led, num_colors - 1, colors); in ZTEST_USER() 200 memset(colors, 0, sizeof(colors)); in ZTEST_USER() 203 colors[col] = level; in ZTEST_USER() 206 num_colors, colors); in ZTEST_USER()
|
/Zephyr-latest/subsys/shell/ |
D | shell_log_backend.c | 61 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in z_shell_log_backend_process() local 68 if (colors) { in z_shell_log_backend_process() 75 if (colors) { in z_shell_log_backend_process() 161 bool locked, bool colors) in process_log_msg() argument 169 if (colors) { in process_log_msg() 210 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in process_msg_from_buffer() local 218 process_log_msg(sh, log_output, msg, false, colors); in process_msg_from_buffer() 232 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in process() local 239 process_log_msg(sh, log_output, msg, true, colors); in process() 254 process_log_msg(sh, log_output, msg, true, colors); in process()
|
D | shell_cmds.c | 523 SHELL_COND_CMD(CONFIG_SHELL_VT100_COMMANDS, colors, &m_sub_colors,
|
D | Kconfig | 181 If enabled VT100 colors are used in shell (e.g. print errors in red).
|
/Zephyr-latest/samples/drivers/led/led_strip/src/ |
D | main.c | 34 static const struct led_rgb colors[] = { variable 60 memcpy(&pixels[cursor], &colors[color], sizeof(struct led_rgb)); in main() 70 color = (color + 1) % ARRAY_SIZE(colors); in main()
|
/Zephyr-latest/samples/drivers/led/is31fl3194/ |
D | README.rst | 5 Cycle colors on an RGB LED connected to the IS31FL3194 using the LED API. 10 This sample cycles several colors on an RGB LED forever using the LED API. 26 After flashing, the LED starts to switch colors and messages with the current
|
/Zephyr-latest/samples/drivers/led/lp50xx/src/ |
D | main.c | 32 static uint8_t colors[][3] = { variable 55 buf[color] = colors[color_idx][0]; in prepare_color_buffer() 58 buf[color] = colors[color_idx][1]; in prepare_color_buffer() 61 buf[color] = colors[color_idx][2]; in prepare_color_buffer() 93 for (idx = 0; idx < ARRAY_SIZE(colors); idx++) { in run_led_test() 169 for (idx = 0; idx < ARRAY_SIZE(colors); idx++) { in run_channel_test()
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | icbmsg_memory.svg | 9 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 26 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 43 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 60 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 77 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 94 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 113 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 130 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 147 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 166 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… [all …]
|
D | icbmsg_message.svg | 9 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 26 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 43 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 60 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 77 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 96 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 113 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 130 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 149 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 166 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… [all …]
|
D | icbmsg_flows.svg | 9 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 28 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 48 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 68 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 88 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 105 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex… 128 …<div data-drawio-colors="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); " style="box-s… 148 …<div data-drawio-colors="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); " style="box-s… 169 …<div data-drawio-colors="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); " style="box-s… 189 …<div data-drawio-colors="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); " style="box-s… [all …]
|
/Zephyr-latest/doc/safety/images/ |
D | IEC-61508-basis.svg | 1 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"…
|
D | zephyr-safety-process.svg | 1 …colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: left;"><…
|
/Zephyr-latest/samples/drivers/display/ |
D | README.rst | 11 The rectangle colors and positions are chosen so that you can check the
|
/Zephyr-latest/subsys/logging/ |
D | log_output.c | 42 static const char *const colors[] = { variable 278 const char *log_color = start && (colors[level] != NULL) ? in color_print() 279 colors[level] : LOG_COLOR_CODE_DEFAULT; in color_print()
|
D | Kconfig.mode | 38 colors, or asynchronous logging, and all messages are simply
|
/Zephyr-latest/doc/_static/css/ |
D | dark.css | 6 * Dark theme colors
|
D | light.css | 6 * Light theme colors
|
D | custom.css | 7 * visual identity. Many colors are also overridden to use CSS variables.
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 22 * Built-in commands: :command:`clear`, :command:`shell`, :command:`colors`, 411 /* Below code will execute "shell colors off" command on 415 "shell colors off"); 558 * :command:`colors` - Toggles colored syntax. This might be helpful in
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 36 /* page base colors */ 82 /* colors for various content boxes: @warning, @note, @deprecated @bug */ 102 /* blockquote colors */ 106 /* table colors */ 124 /* searchbar colors */ 135 /* code block colors */ 139 /* fragment colors */ 154 /* sidebar navigation (treeview) colors */
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 1425 # will adjust the colors in the style sheet and background images according to 1435 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors 1437 # value of 255 will produce the most vivid colors. 1444 # luminance component of the colors in the HTML output. Values below 100
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 929 colors as strings.
|
D | release-notes-2.7.rst | 1197 * :github:`38259` - subsys/shell: ``[JJ`` escape codes in logs after disabling colors
|
D | release-notes-3.1.rst | 1343 * :github:`45799` - LED strip driver flips colors on stm32h7
|