Searched defs:color (Results 26 – 32 of 32) sorted by relevance
12
/Zephyr-latest/lib/utils/ |
D | rb.c | 63 static void set_color(struct rbnode *n, enum rb_color color) in set_color()
|
/Zephyr-latest/drivers/led/ |
D | lp50xx.c | 152 uint8_t num_colors, const uint8_t *color) in lp50xx_set_color()
|
/Zephyr-latest/drivers/display/ |
D | ssd1322.c | 107 uint8_t color = ((*buf_in)[in_idx / 8] & BIT(in_idx % 8)) ? 0xF : 0; in ssd1322_conv_mono01_grayscale() local
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 1538 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/ |
D | grow_r502a.c | 1190 uint8_t num_colors, const uint8_t *color) in grow_r502a_led_set_color()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 1074 #define shell_fprintf(sh, color, fmt, ...) shell_fprintf_impl(sh, color, fmt, ##__VA_ARGS__) argument
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 323 static void print_data_hex(const uint8_t *data, uint8_t len, enum shell_vt100_color color) in print_data_hex()
|
12