/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | max32655evkit_max32655_m4.overlay | 11 address-width = <16>; 27 address-width = <16>;
|
D | max32670evkit.overlay | 11 address-width = <16>; 27 address-width = <16>;
|
D | max32672evkit.overlay | 11 address-width = <16>; 27 address-width = <16>;
|
D | max32675evkit.overlay | 15 address-width = <16>; 27 address-width = <16>;
|
D | max32690evkit_max32690_m4.overlay | 11 address-width = <16>; 27 address-width = <16>;
|
D | max78002evkit_max78002_m4.overlay | 14 address-width = <16>; 30 address-width = <16>;
|
D | numaker_m2l31ki.overlay | 27 address-width = <16>; 40 address-width = <16>;
|
D | numaker_pfm_m467.overlay | 27 address-width = <16>; 40 address-width = <16>;
|
D | nucleo_l476rg.overlay | 20 address-width = <16>; 29 address-width = <16>;
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 35 address-width = <8>; 47 address-width = <8>;
|
/Zephyr-latest/doc/safety/images/ |
D | zephyr-safety-process.svg | 1 …width="999px" height="749px" viewBox="-0.5 -0.5 999 749" content="<mxfile scale="1" b…
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | icbmsg_flows.svg | 1 …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/ |
D | main.c | 74 .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/ |
D | ssd16xx.c | 106 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 …]
|
D | display_st7735r.c | 36 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 …]
|
D | display_st7789v.c | 47 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), \
|
D | uc81xx.c | 84 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/ |
D | cfb.c | 74 (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/ |
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/doc/_extensions/zephyr/domain/static/css/ |
D | board-catalog.css | 79 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/ |
D | ft8xx_dl.h | 162 #define FT8XX_LINE_WIDTH(width) (0x0e000000 | ((uint32_t)(width) & 0xfff)) argument
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | clear.c | 19 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/ |
D | x_nucleo_eeprma2.overlay | 27 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/ |
D | rzt2m.dtsi | 75 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/ |
D | doxygen-awesome-zephyr.css | 24 --side-nav-fixed-width: 300px; 82 width: 100%; 86 width: 200px; 96 @media screen and (min-width: 767px) {
|