Searched refs:color (Results 1 – 10 of 10) sorted by relevance
| /subsys/bluetooth/common/ |
| A D | bt_shell_private.c | 17 static void wall_vfprintf(enum shell_vt100_color color, const char *fmt, va_list args) in wall_vfprintf() argument 28 shell_vfprintf(sh, color, fmt, args_copy); in wall_vfprintf() 45 void bt_shell_fprintf(enum shell_vt100_color color, in bt_shell_fprintf() argument 51 wall_vfprintf(color, fmt, args); in bt_shell_fprintf()
|
| A D | bt_shell_private.h | 23 __printf_like(2, 3) void bt_shell_fprintf(enum shell_vt100_color color,
|
| /subsys/shell/ |
| A D | shell_ops.c | 496 enum shell_vt100_color color) in z_shell_vt100_color_set() argument 502 if (color >= VT100_COLOR_END) { in z_shell_vt100_color_set() 506 if (sh->ctx->vt100_ctx.col.col == color) { in z_shell_vt100_color_set() 510 sh->ctx->vt100_ctx.col.col = color; in z_shell_vt100_color_set() 512 if (color != SHELL_NORMAL) { in z_shell_vt100_color_set() 513 Z_SHELL_VT100_CMD(sh, "\e[1;3%dm", color); in z_shell_vt100_color_set() 526 z_shell_vt100_color_set(sh, color->col); in z_shell_vt100_colors_restore() 527 vt100_bgcolor_set(sh, color->bgcol); in z_shell_vt100_colors_restore() 539 z_shell_vt100_color_set(sh, color); in z_shell_vfprintf() 550 enum shell_vt100_color color, in z_shell_fprintf() argument [all …]
|
| A D | shell_ops.h | 355 enum shell_vt100_color color); 358 struct shell_vt100_colors *color) in z_shell_vt100_colors_store() argument 360 memcpy(color, &sh->ctx->vt100_ctx.col, sizeof(*color)); in z_shell_vt100_colors_store() 364 const struct shell_vt100_colors *color); 369 void z_shell_fprintf(const struct shell *sh, enum shell_vt100_color color, 372 void z_shell_vfprintf(const struct shell *sh, enum shell_vt100_color color,
|
| A D | shell.c | 1511 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color, in shell_vfprintf() argument 1535 z_shell_vfprintf(sh, color, fmt, args); in shell_vfprintf() 1552 void shell_fprintf_impl(const struct shell *sh, enum shell_vt100_color color, in shell_fprintf_impl() argument 1558 shell_vfprintf(sh, color, fmt, args); in shell_fprintf_impl()
|
| /subsys/logging/ |
| A D | log_output.c | 275 bool color, bool start, uint32_t level) in color_print() argument 277 if (color) { in color_print() 285 bool color, uint32_t level) in color_prefix() argument 287 color_print(output, color, true, level); in color_prefix() 291 bool color, uint32_t level) in color_postfix() argument 293 color_print(output, color, false, level); in color_postfix()
|
| A D | Kconfig.formatting | 145 bool "Use green color for info level logs" 148 bool "Use blue color for debug level logs"
|
| /subsys/mgmt/osdp/ |
| A D | Kconfig.pd | 161 - 03: like 02, plus bi-color LEDs 162 - 04: like 02, plus tri-color LEDs
|
| /subsys/net/lib/lwm2m/ |
| A D | Kconfig.ipso | 149 setting to be controlled as a % between 0 and 100. An optional color 150 setting enables a string to be used to indicate the desired color.
|
| /subsys/bluetooth/host/shell/ |
| A D | bt.c | 335 static void print_data_hex(const uint8_t *data, uint8_t len, enum shell_vt100_color color) in print_data_hex() argument 341 bt_shell_fprintf(color, "0x"); in print_data_hex() 346 bt_shell_fprintf(color, "%02x", data[i]); in print_data_hex()
|
Completed in 43 milliseconds