Home
last modified time | relevance | path

Searched refs:width (Results 51 – 75 of 421) sorted by relevance

12345678910>>...17

/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/
Dmax32655evkit_max32655_m4.overlay11 address-width = <16>;
27 address-width = <16>;
Dmax32670evkit.overlay11 address-width = <16>;
27 address-width = <16>;
Dmax32672evkit.overlay11 address-width = <16>;
27 address-width = <16>;
Dmax32675evkit.overlay15 address-width = <16>;
27 address-width = <16>;
Dmax32690evkit_max32690_m4.overlay11 address-width = <16>;
27 address-width = <16>;
Dmax78002evkit_max78002_m4.overlay14 address-width = <16>;
30 address-width = <16>;
Dnumaker_m2l31ki.overlay27 address-width = <16>;
40 address-width = <16>;
Dnumaker_pfm_m467.overlay27 address-width = <16>;
40 address-width = <16>;
Dnucleo_l476rg.overlay20 address-width = <16>;
29 address-width = <16>;
Dnrf5340dk_nrf5340_cpuapp.overlay35 address-width = <8>;
47 address-width = <8>;
/Zephyr-latest/doc/safety/images/
Dzephyr-safety-process.svg1width="999px" height="749px" viewBox="-0.5 -0.5 999 749" content="&lt;mxfile scale=&quot;1&quot; b…
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dicbmsg_flows.svg1 …w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="632px" height="66…
4 …<rect x="150" y="50" width="120" height="60" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" point…
7 …<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.or…
8 …isplay: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1p…
23 …<rect x="350" y="50" width="120" height="60" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" point…
26 …<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.or…
27 …isplay: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1p…
46 …<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.or…
47 …ay: flex; align-items: unsafe flex-start; justify-content: unsafe center; width: 1px; height: 1px;…
66 …<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.or…
[all …]
/Zephyr-latest/samples/drivers/video/capture/src/
Dmain.c74 .width = fmt.width, in video_display_frame()
75 .pitch = buf_desc.width, in video_display_frame()
141 fmt.width = CONFIG_VIDEO_FRAME_WIDTH; in main()
142 fmt.pitch = fmt.width * 2; in main()
150 VIDEO_FOURCC_TO_STR(fmt.pixelformat), fmt.width, fmt.height); in main()
/Zephyr-latest/drivers/display/
Dssd16xx.c106 uint16_t width; member
319 if (desc->pitch < desc->width) { in ssd16xx_set_window()
324 if (desc->pitch > desc->width) { in ssd16xx_set_window()
336 if ((x + desc->width) > config->width) { in ssd16xx_set_window()
351 if ((y + desc->height) > config->width) { in ssd16xx_set_window()
356 if ((x + desc->width) > panel_h) { in ssd16xx_set_window()
361 if ((desc->width % SSD16XX_PIXELS_PER_BYTE) != 0U) { in ssd16xx_set_window()
377 y_end = (x + desc->width - 1); in ssd16xx_set_window()
381 x_end = (panel_h - 1 - (x + desc->width - 1)) / SSD16XX_PIXELS_PER_BYTE; in ssd16xx_set_window()
382 y_start = (config->width - 1 - y); in ssd16xx_set_window()
[all …]
Ddisplay_st7735r.c36 uint16_t width; member
186 __ASSERT(desc->width <= desc->pitch, "Pitch is smaller than width"); 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()
197 if (desc->pitch > desc->width) { in st7735r_write()
206 mipi_desc.buf_size = desc->width * ST7735R_PIXEL_SIZE * write_h; in st7735r_write()
209 mipi_desc.width = desc->width; in st7735r_write()
211 mipi_desc.pitch = desc->width; in st7735r_write()
222 desc->width * ST7735R_PIXEL_SIZE * write_h); in st7735r_write()
253 capabilities->x_resolution = config->width; in st7735r_get_capabilities()
[all …]
Ddisplay_st7789v.c47 uint16_t width; member
163 __ASSERT(desc->width <= desc->pitch, "Pitch is smaller than width"); 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()
174 if (desc->pitch > desc->width) { in st7789v_write()
183 mipi_desc.buf_size = desc->width * write_h * ST7789V_PIXEL_SIZE; in st7789v_write()
193 mipi_desc.width = desc->width; in st7789v_write()
195 mipi_desc.pitch = desc->width; in st7789v_write()
222 capabilities->x_resolution = config->width; in st7789v_get_capabilities()
500 .width = DT_INST_PROP(inst, width), \
Duc81xx.c84 uint16_t width; member
148 mipi_desc.buf_size = mipi_desc.width = mipi_desc.pitch = in uc81xx_write_cmd_pattern()
375 uint16_t x_end_idx = x + desc->width - 1; in uc81xx_write()
382 x, y, desc->height, desc->width, desc->pitch); in uc81xx_write()
385 desc->height * desc->width / UC81XX_PIXELS_PER_BYTE); in uc81xx_write()
386 __ASSERT(desc->width <= desc->pitch, "Pitch is smaller than width"); in uc81xx_write()
389 __ASSERT(!(desc->width % UC81XX_PIXELS_PER_BYTE), in uc81xx_write()
393 (x_end_idx > (config->width - 1))) { in uc81xx_write()
473 caps->x_resolution = config->width; in uc81xx_get_capabilities()
495 const int size = config->width * config->height in uc81xx_clear_and_write_buffer()
[all …]
/Zephyr-latest/subsys/fb/
Dcfb.c74 (fptr->width * fptr->height / 8U); in get_glyph_ptr()
83 return glyph_ptr[y * (fptr->width) + x]; in get_glyph_byte()
113 for (size_t g_x = 0; g_x < fptr->width; g_x++) { in draw_char_vtmono()
209 return fptr->width; in draw_char_vtmono()
284 if ((x + fptr->width > fb->x_res) && wrap) { in draw_text()
340 uint16_t width, uint16_t height) in cfb_invert_area() argument
360 if (x + width > fb->x_res) { in cfb_invert_area()
361 width = fb->x_res - x; in cfb_invert_area()
368 for (size_t i = x; i < x + width; i++) { in cfb_invert_area()
475 .width = fb->x_res, in cfb_framebuffer_finalize()
[all …]
/Zephyr-latest/doc/services/zbus/images/
Dzbus_observation_mask.svg1 <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/doc/_extensions/zephyr/domain/static/css/
Dboard-catalog.css79 width: 100%;
140 max-width: calc(33.3% - 20px);
159 width: auto;
187 max-width: 100%;
209 @media (max-width: 1024px) {
212 max-width: calc(50% - 20px);
216 @media (max-width: 768px) {
219 max-width: calc(100% - 20px);
249 max-width: none;
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_dl.h162 #define FT8XX_LINE_WIDTH(width) (0x0e000000 | ((uint32_t)(width) & 0xfff)) argument
/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Dclear.c19 static const uint32_t display_width = DT_PROP(DT_CHOSEN(zephyr_display), width);
30 .width = display_width, in cfb_test_before()
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/
Dx_nucleo_eeprma2.overlay27 address-width = <8>;
40 address-width = <16>;
53 address-width = <16>;
89 address-width = <8>;
103 address-width = <16>;
117 address-width = <24>;
/Zephyr-latest/dts/arm/renesas/rz/
Drzt2m.dtsi75 reg-io-width = <4>;
82 reg-io-width = <4>;
89 reg-io-width = <4>;
96 reg-io-width = <4>;
103 reg-io-width = <4>;
110 reg-io-width = <4>;
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-zephyr.css24 --side-nav-fixed-width: 300px;
82 width: 100%;
86 width: 200px;
96 @media screen and (min-width: 767px) {

12345678910>>...17