Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_types.h26 VT100_COLOR_END enumerator
/Zephyr-latest/subsys/shell/
Dshell_ops.c467 if (bgcolor >= VT100_COLOR_END) { in vt100_bgcolor_set()
487 if (color >= VT100_COLOR_END) { in z_shell_vt100_color_set()