Home
last modified time | relevance | path

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

12

/Zephyr-latest/samples/drivers/display/src/
Dmain.c49 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/
Dutils.c52 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/
Dzephyr_custom_shell.h14 #define shell_fprintf(sh, color, fmt, ...) \ argument
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt_shell_private.c17 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/
Dmain.c46 size_t color = 0; in main() local
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/
Dmain.c98 uint8_t power, color; in update_led_gpio() local
/Zephyr-latest/samples/drivers/video/capture/src/
Dcheck_test_pattern.h67 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/
Dshell_ops.c481 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/
Dled_handlers.c57 uint8_t num_colors, const uint8_t *color) in z_vrfy_led_set_color()
Dled_shell.c88 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
Dncp5623.c68 const uint8_t *color) in ncp5623_set_color()
Dis31fl3194.c79 const uint8_t *color) in is31fl3194_set_color()
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser_v1.py234 def print_hexdump(hex_data, prefix_len, color): argument
Dlog_parser_v3.py239 def print_hexdump(hex_data, prefix_len, color): argument
/Zephyr-latest/samples/drivers/led/lp50xx/src/
Dmain.c50 uint8_t color; in prepare_color_buffer() local
/Zephyr-latest/subsys/logging/
Dlog_output.c275 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/
Dmain.c66 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/
Dws2812_rpi_pico_pio.c84 uint32_t color = 0; in ws2812_led_strip_update_rgb() local
Dws2812_spi.c60 static inline void ws2812_spi_ser(uint8_t buf[8], uint8_t color, in ws2812_spi_ser()
Dws2812_i2s.c52 static inline uint32_t ws2812_i2s_ser(uint8_t color, const uint8_t sym_one, const uint8_t sym_zero) in ws2812_i2s_ser()
Dtlc5971.c215 for (int color = 0; color < cfg->num_colors; color++) { in tlc5971_fill_data_buffer() local
/Zephyr-latest/drivers/misc/grove_lcd_rgb/
Dgrove_lcd_rgb.c171 void glcd_color_select(const struct device *dev, uint8_t color) in glcd_color_select()
/Zephyr-latest/include/zephyr/drivers/
Dled.h284 uint8_t num_colors, const uint8_t *color) in z_impl_led_set_color()
/Zephyr-latest/drivers/display/
Ddisplay_led_strip_matrix.c125 uint32_t color = *((uint32_t *)buf_ptr); in led_strip_matrix_write() local
/Zephyr-latest/lib/utils/
Drb.c63 static void set_color(struct rbnode *n, enum rb_color color) in set_color()

12