/Zephyr-latest/samples/drivers/display/src/ |
D | main.c | 49 uint32_t color = 0; in fill_buffer_argb8888() local 74 uint32_t color = 0; in fill_buffer_rgb888() local 100 uint16_t color = 0; in get_rgb565_color() local 125 uint16_t color = get_rgb565_color(corner, grey); in fill_buffer_rgb565() local 136 uint16_t color = get_rgb565_color(corner, grey); in fill_buffer_bgr565() local 147 uint16_t color; in fill_buffer_mono() local
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | utils.c | 52 bool verify_pixel(int x, int y, uint32_t color) in verify_pixel() 97 bool verify_color_inside_rect(int x, int y, size_t width, size_t height, uint32_t color) in verify_color_inside_rect() 121 bool verify_color_outside_rect(int x, int y, size_t width, size_t height, uint32_t color) in verify_color_outside_rect() 159 uint32_t color) in verify_image_and_bg()
|
/Zephyr-latest/tests/subsys/shell/shell_custom_header/src/ |
D | zephyr_custom_shell.h | 14 #define shell_fprintf(sh, color, fmt, ...) \ argument
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt_shell_private.c | 17 static void wall_vfprintf(enum shell_vt100_color color, const char *fmt, va_list args) in wall_vfprintf() 45 void bt_shell_fprintf(enum shell_vt100_color color, in bt_shell_fprintf()
|
/Zephyr-latest/samples/drivers/led/led_strip/src/ |
D | main.c | 46 size_t color = 0; in main() local
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/ |
D | main.c | 98 uint8_t power, color; in update_led_gpio() local
|
/Zephyr-latest/samples/drivers/video/capture/src/ |
D | check_test_pattern.h | 67 static inline CIELAB xrgb32_to_lab(const uint32_t color) in xrgb32_to_lab() 76 static inline CIELAB rgb565_to_lab(const uint16_t color) in rgb565_to_lab()
|
/Zephyr-latest/subsys/shell/ |
D | shell_ops.c | 481 enum shell_vt100_color color) in z_shell_vt100_color_set() 505 const struct shell_vt100_colors *color) in z_shell_vt100_colors_restore() 515 void z_shell_vfprintf(const struct shell *sh, enum shell_vt100_color color, in z_shell_vfprintf() 535 enum shell_vt100_color color, in z_shell_fprintf()
|
/Zephyr-latest/drivers/led/ |
D | led_handlers.c | 57 uint8_t num_colors, const uint8_t *color) in z_vrfy_led_set_color()
|
D | led_shell.c | 88 static const char *led_color_to_str(uint8_t color) in led_color_to_str() 191 uint8_t color[MAX_CHANNEL_ARGS]; in cmd_set_color() local
|
D | ncp5623.c | 68 const uint8_t *color) in ncp5623_set_color()
|
D | is31fl3194.c | 79 const uint8_t *color) in is31fl3194_set_color()
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_parser_v1.py | 234 def print_hexdump(hex_data, prefix_len, color): argument
|
D | log_parser_v3.py | 239 def print_hexdump(hex_data, prefix_len, color): argument
|
/Zephyr-latest/samples/drivers/led/lp50xx/src/ |
D | main.c | 50 uint8_t color; in prepare_color_buffer() local
|
/Zephyr-latest/subsys/logging/ |
D | log_output.c | 275 bool color, bool start, uint32_t level) in color_print() 285 bool color, uint32_t level) in color_prefix() 291 bool color, uint32_t level) in color_postfix()
|
/Zephyr-latest/tests/drivers/display/display_read_write/src/ |
D | main.c | 66 static void verify_background_color(int x, int y, size_t width, size_t height, uint32_t color) in verify_background_color()
|
/Zephyr-latest/drivers/led_strip/ |
D | ws2812_rpi_pico_pio.c | 84 uint32_t color = 0; in ws2812_led_strip_update_rgb() local
|
D | ws2812_spi.c | 60 static inline void ws2812_spi_ser(uint8_t buf[8], uint8_t color, in ws2812_spi_ser()
|
D | ws2812_i2s.c | 52 static inline uint32_t ws2812_i2s_ser(uint8_t color, const uint8_t sym_one, const uint8_t sym_zero) in ws2812_i2s_ser()
|
D | tlc5971.c | 215 for (int color = 0; color < cfg->num_colors; color++) { in tlc5971_fill_data_buffer() local
|
/Zephyr-latest/drivers/misc/grove_lcd_rgb/ |
D | grove_lcd_rgb.c | 171 void glcd_color_select(const struct device *dev, uint8_t color) in glcd_color_select()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | led.h | 284 uint8_t num_colors, const uint8_t *color) in z_impl_led_set_color()
|
/Zephyr-latest/drivers/display/ |
D | display_led_strip_matrix.c | 125 uint32_t color = *((uint32_t *)buf_ptr); in led_strip_matrix_write() local
|
/Zephyr-latest/lib/utils/ |
D | rb.c | 63 static void set_color(struct rbnode *n, enum rb_color color) in set_color()
|