/Zephyr-latest/doc/services/zbus/images/ |
D | zbus_publishing_process_example_scenario.svg | 1 <svg width="447" height="281" viewBox="0 0 447 281" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 <rect y="77" width="330" height="128" rx="5" fill="#6931D0"/> 4 <rect x="163" y="109" width="137" height="64" rx="5" fill="#3A8BF1"/> 7 <rect x="226.5" y="231.5" width="106" height="49" rx="4.5" fill="#C8C000"/> 10 <rect x="226.5" y="231.5" width="106" height="49" rx="4.5" stroke="#BBB400"/> 12 <rect x="111.5" y="231.5" width="106" height="49" rx="4.5" fill="#C8C000"/> 15 <rect x="111.5" y="231.5" width="106" height="49" rx="4.5" stroke="#BBB400"/> 17 <rect x="358.5" y="144.5" width="88" height="49" rx="4.5" fill="#FF7A00"/> 20 <rect x="358.5" y="144.5" width="88" height="49" rx="4.5" stroke="#F27400"/> 22 <rect x="358.5" y="87.5" width="88" height="49" rx="4.5" fill="#FF7A00"/> [all …]
|
D | zbus_observation_mask.svg | 1 <svg width="970" height="759" viewBox="0 0 970 759" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 <rect x="503" y="60" width="467" height="128" rx="5" fill="#6931D0"/> 4 <rect x="636" y="92" width="51" height="64" rx="5" fill="#3A8BF1"/> 6 <rect x="696.75" y="92" width="53" height="64" rx="5" fill="#3A8BF1"/> 8 <rect x="759.5" y="92" width="53" height="64" rx="5" fill="#3A8BF1"/> 10 <rect x="822.25" y="92" width="53" height="64" rx="5" fill="#3A8BF1"/> 12 <rect x="885" y="92" width="53" height="64" rx="5" fill="#3A8BF1"/> 15 <rect x="636.5" y="316.5" width="301" height="49" rx="4.5" fill="#EBEBEB"/> 18 <rect x="636.5" y="316.5" width="301" height="49" rx="4.5" stroke="#DEDEDE"/> 22 <rect x="651" y="216" width="20" height="40" rx="10" fill="#607D8B"/> [all …]
|
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_emul.c | 37 fmt.height = caps.format_caps[i].height_min; in ZTEST() 43 zexpect_equal(fmt.height, caps.format_caps[i].height_min); in ZTEST() 45 fmt.height = caps.format_caps[i].height_max; in ZTEST() 51 zexpect_equal(fmt.height, caps.format_caps[i].height_min); in ZTEST() 53 fmt.height = caps.format_caps[i].height_min; in ZTEST() 59 zexpect_equal(fmt.height, caps.format_caps[i].height_max); in ZTEST() 61 fmt.height = caps.format_caps[i].height_max; in ZTEST() 67 zexpect_equal(fmt.height, caps.format_caps[i].height_max); in ZTEST() 155 fmt.height = caps.format_caps[0].height_max; in ZTEST() 160 vbuf = video_buffer_alloc(fmt.pitch * fmt.height, K_FOREVER); in ZTEST()
|
/Zephyr-latest/drivers/display/ |
D | ssd1327.c | 30 uint16_t height; member 155 config->height - 1 in ssd1327_set_display() 179 uint8_t y_position[] = { y, y + desc->height - 1 }; in ssd1327_write() 188 buf_len = MIN(desc->buf_size, desc->height * desc->width / 2); in ssd1327_write() 204 mipi_desc.height = desc->height; in ssd1327_write() 208 desc->width, desc->height, buf_len); in ssd1327_write() 240 caps->y_resolution = config->height; in ssd1327_get_capabilities() 338 .height = DT_PROP(node_id, height), \
|
D | display_ili9xxx.c | 140 __ASSERT((desc->pitch * data->bytes_per_pixel * desc->height) <= in ili9xxx_write() 144 LOG_DBG("Writing %dx%d (w,h) @ %dx%d (x,y)", desc->width, desc->height, in ili9xxx_write() 146 r = ili9xxx_set_mem_area(dev, x, y, desc->width, desc->height); in ili9xxx_write() 153 nbr_of_writes = desc->height; in ili9xxx_write() 154 mipi_desc.height = 1; in ili9xxx_write() 157 write_h = desc->height; in ili9xxx_write() 158 mipi_desc.height = desc->height; in ili9xxx_write() 208 __ASSERT((desc->pitch * data->bytes_per_pixel * desc->height) <= in ili9xxx_read() 212 LOG_DBG("Reading %dx%d (w,h) @ %dx%d (x,y)", desc->width, desc->height, in ili9xxx_read() 215 r = ili9xxx_set_mem_area(dev, x, y, desc->width, desc->height); in ili9xxx_read() [all …]
|
D | ssd1322.c | 49 uint16_t height; member 147 mipi_desc.height = 1; in ssd1322_write_pixels() 166 int32_t pixel_count = desc->width * desc->height; in ssd1322_write() 173 buf_len = MIN(desc->buf_size, desc->height * desc->width / 8); in ssd1322_write() 185 desc->width, desc->height, buf_len); in ssd1322_write() 196 cmd_data[1] = y + desc->height - 1; in ssd1322_write() 221 caps->y_resolution = config->height; in ssd1322_get_capabilities() 361 DIV_ROUND_UP(DT_PROP(node_id, width) * DT_PROP(node_id, height) * \ 368 .height = DT_PROP(node_id, height), \
|
D | display_renesas_ra.c | 26 uint16_t height; member 68 __ASSERT((desc->pitch * BYTE_PER_PIXEL * desc->height) <= desc->buf_size, in ra_display_write() 71 if (x == 0 && y == 0 && desc->height == DISPLAY_VSIZE && desc->width == DISPLAY_HSIZE && in ra_display_write() 97 for (row = 0; row < desc->height; row++) { in ra_display_write() 137 for (row = 0; row < desc->height; row++) { in ra_display_read() 189 capabilities->y_resolution = config->height; in ra_display_get_capabilities() 289 (BYTE_PER_PIXEL * DT_INST_PROP(id, height) * DT_INST_PROP(id, width)) 373 DT_INST_PROP(id, height) + \ 380 .display_cyc = DT_INST_PROP(id, height), \ 420 .height = DT_INST_PROP(id, height), \ [all …]
|
D | display_st7789v.c | 46 uint16_t height; member 164 __ASSERT((desc->pitch * ST7789V_PIXEL_SIZE * desc->height) <= desc->buf_size, in st7789v_write() 168 desc->width, desc->height, x, y); in st7789v_write() 169 ret = st7789v_set_mem_area(dev, x, y, desc->width, desc->height); in st7789v_write() 176 nbr_of_writes = desc->height; in st7789v_write() 177 mipi_desc.height = 1; in st7789v_write() 180 write_h = desc->height; in st7789v_write() 182 mipi_desc.height = desc->height; in st7789v_write() 223 capabilities->y_resolution = config->height; in st7789v_get_capabilities() 501 .height = DT_INST_PROP(inst, height), \
|
D | display_st7735r.c | 35 uint16_t height; member 187 __ASSERT((desc->pitch * ST7735R_PIXEL_SIZE * desc->height) in st7735r_write() 191 desc->width, desc->height, x, y); in st7735r_write() 192 ret = st7735r_set_mem_area(dev, x, y, desc->width, desc->height); in st7735r_write() 199 nbr_of_writes = desc->height; in st7735r_write() 200 mipi_desc.height = 1; in st7735r_write() 203 write_h = desc->height; in st7735r_write() 205 mipi_desc.height = desc->height; in st7735r_write() 254 capabilities->y_resolution = config->height; in st7735r_get_capabilities() 502 .height = DT_INST_PROP(inst, height), \
|
D | display_st7796s.c | 32 uint16_t height; member 65 const uint16_t width, const uint16_t height) in st7796s_set_cursor() argument 82 addr_data[1] = sys_cpu_to_be16(y + height - 1); in st7796s_set_cursor() 163 ret = st7796s_set_cursor(dev, x, y, desc->width, desc->height); in st7796s_write() 168 mipi_desc.buf_size = desc->width * desc->height * ST7796S_PIXEL_SIZE; in st7796s_write() 195 capabilities->y_resolution = config->height; in st7796s_get_capabilities() 386 .height = DT_INST_PROP(n, height), \
|
D | ssd16xx.c | 105 uint16_t height; member 316 uint16_t panel_h = config->height - in ssd16xx_set_window() 317 config->height % EPD_PANEL_NUMOF_ROWS_PER_PAGE; in ssd16xx_set_window() 331 if ((y + desc->height) > panel_h) { in ssd16xx_set_window() 341 if ((desc->height % EPD_PANEL_NUMOF_ROWS_PER_PAGE) != 0U) { in ssd16xx_set_window() 351 if ((y + desc->height) > config->width) { in ssd16xx_set_window() 375 x_end = (panel_h - 1 - (y + desc->height - 1)) / SSD16XX_PIXELS_PER_BYTE; in ssd16xx_set_window() 383 y_end = (config->width - 1 - (y + desc->height - 1)); in ssd16xx_set_window() 387 x_end = (y + desc->height - 1) / SSD16XX_PIXELS_PER_BYTE; in ssd16xx_set_window() 395 y_end = (y + desc->height - 1); in ssd16xx_set_window() [all …]
|
D | display_max7219.c | 154 __ASSERT((desc->pitch * desc->height) <= (desc->buf_size * 8U), "Input buffer too small"); in max7219_write() 157 __ASSERT(desc->height <= max_height, "Height in descriptor is larger than screen size"); in max7219_write() 160 __ASSERT(y + desc->height <= max_height, in max7219_write() 163 if (desc->width > desc->pitch || (desc->pitch * desc->height) > (desc->buf_size * 8U)) { in max7219_write() 167 if ((x + desc->pitch) > max_width || (y + desc->height) > max_height) { in max7219_write() 172 const uint16_t end_y = y + desc->height; in max7219_write() 312 .height = dev_config->num_cascading * MAX7219_DIGITS_PER_DEVICE, in max7219_init()
|
D | display_mcux_dcnano_lcdif.c | 56 __ASSERT((data->pixel_bytes * desc->pitch * desc->height) <= in mcux_dcnano_lcdif_write() 59 LOG_DBG("W=%d, H=%d @%d,%d", desc->width, desc->height, x, y); in mcux_dcnano_lcdif_write() 63 (desc->height == config->dpi_config.panelHeight) && in mcux_dcnano_lcdif_write() 88 for (h_idx = 0; h_idx < desc->height; h_idx++) { in mcux_dcnano_lcdif_write() 262 DT_INST_PROP(n, height) * MCUX_DCNANO_LCDIF_PIXEL_BYTES(n) 275 DT_INST_PROP(n, height) * \ 307 .panelHeight = DT_INST_PROP(n, height), \
|
/Zephyr-latest/drivers/video/ |
D | mt9m114.c | 78 uint16_t height; member 169 {.width = 480, .height = 272, .params = mt9m114_480_272}, 170 {.width = 640, .height = 480, .params = mt9m114_640_480}, 171 {.width = 1280, .height = 720, .params = mt9m114_1280_720}, 174 #define MT9M114_VIDEO_FORMAT_CAP(width, height, format) \ argument 177 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \ 400 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in mt9m114_set_fmt() 401 fmt->height <= fmts[i].height_max) { in mt9m114_set_fmt() 429 fmt->height == resolutionConfigs[i].height) { in mt9m114_set_fmt() 535 fmt.height = 272; in mt9m114_init()
|
D | video_emul_imager.c | 140 #define EMUL_IMAGER_VIDEO_FORMAT_CAP(width, height, format) \ argument 145 .height_min = (height), \ 146 .height_max = (height), \ 355 for (size_t i = 1; i < fmt->height; i++) { in emul_imager_fill_framebuffer() 371 if (fmt->pitch * fmt->height > CONFIG_VIDEO_EMUL_IMAGER_FRAMEBUFFER_SIZE) { in emul_imager_set_fmt() 374 fmt->width, fmt->height, fmt->pitch * fmt->height); in emul_imager_set_fmt() 385 fmt->height, dev->name); in emul_imager_set_fmt() 468 fmt.height = fmts[0].height_min; in emul_imager_init() 474 fmt.width, fmt.height); in emul_imager_init()
|
D | ov5640.c | 136 uint16_t height; member 492 .height = 480, 501 .height = 720, 541 .height = 120, 549 .height = 240, 557 .height = 272, 564 #define OV5640_VIDEO_FORMAT_CAP(width, height, format) \ argument 568 .height_min = (height), \ 569 .height_max = (height), \ 788 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in ov5640_set_fmt() [all …]
|
/Zephyr-latest/samples/subsys/display/cfb_shell/ |
D | README.rst | 34 get_param :<all, height, width, ppt, rows, cols> 62 **get_param**: get the display parameters where height, width and ppt 71 param: height=120 77 **get_fonts**: print the index, height and width in pixels of the static 85 idx=0 height=32 width=20 86 idx=1 height=24 width=15 87 idx=2 height=16 width=10 97 Font idx=0 height=32 width=20 set
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/ |
D | integration_diagram_simplified.drawio | 8 <mxGeometry x="527" y="-207" width="195" height="261" as="geometry" /> 11 <mxGeometry x="574" y="-81" width="164" height="30" as="geometry" /> 14 <mxGeometry x="271" y="-122" width="116" height="348" as="geometry" /> 17 <mxGeometry x="714" y="173" width="108" height="51" as="geometry" /> 20 <mxGeometry x="584" y="22" width="164" height="30" as="geometry" /> 23 <mxGeometry x="596" y="128" width="164" height="30" as="geometry" /> 26 <mxGeometry x="397" y="208" width="164" height="30" as="geometry" /> 32 <mxGeometry x="552" y="-35" width="147" height="50" as="geometry" /> 38 <mxGeometry x="549" y="-148" width="147" height="50" as="geometry" /> 41 <mxGeometry x="341" y="-8" width="164" height="30" as="geometry" /> [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-win10.rst | 32 :height: 300 37 :height: 300 49 :height: 350 61 :height: 250 83 :height: 350 91 :height: 400 96 :height: 700 106 :height: 400 167 :height: 400 174 :height: 400 [all …]
|
D | autopts-linux.rst | 36 :height: 350 104 :height: 400 111 :height: 400 118 :height: 150 155 :height: 400 168 :height: 300 173 :height: 300 185 :height: 350 197 :height: 250 221 :height: 100 [all …]
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | clear.c | 20 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height); 28 .height = display_height, in cfb_test_before()
|
D | invert.c | 20 static const uint32_t display_height = DT_PROP(DT_CHOSEN(zephyr_display), height); 28 .height = display_height, in cfb_test_before()
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-zephyr.css | 25 --top-height: 220px; 87 height: 95px; 88 max-height: none !important; 98 padding-top: calc(var(--top-height) - 180px);
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.css | 14 height: 60px; 21 height: 100%; 37 height: 100%;
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/ |
D | style.css | 39 height: 70%; 49 height: 10%;
|