Home
last modified time | relevance | path

Searched defs:color (Results 26 – 32 of 32) sorted by relevance

12

/Zephyr-latest/lib/utils/
Drb.c63 static void set_color(struct rbnode *n, enum rb_color color) in set_color()
/Zephyr-latest/drivers/led/
Dlp50xx.c152 uint8_t num_colors, const uint8_t *color) in lp50xx_set_color()
/Zephyr-latest/drivers/display/
Dssd1322.c107 uint8_t color = ((*buf_in)[in_idx / 8] & BIT(in_idx % 8)) ? 0xF : 0; in ssd1322_conv_mono01_grayscale() local
/Zephyr-latest/subsys/shell/
Dshell.c1538 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color, in shell_vfprintf()
1579 void shell_fprintf_impl(const struct shell *sh, enum shell_vt100_color color, in shell_fprintf_impl()
/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.c1190 uint8_t num_colors, const uint8_t *color) in grow_r502a_led_set_color()
/Zephyr-latest/include/zephyr/shell/
Dshell.h1074 #define shell_fprintf(sh, color, fmt, ...) shell_fprintf_impl(sh, color, fmt, ##__VA_ARGS__) argument
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c323 static void print_data_hex(const uint8_t *data, uint8_t len, enum shell_vt100_color color) in print_data_hex()

12