/Zephyr-latest/tests/drivers/display/display_read_write/src/ |
D | main.c | 15 static const uint32_t display_width = DT_PROP(DT_CHOSEN(zephyr_display), width); 20 static uint8_t disp_buffer[DT_PROP(DT_CHOSEN(zephyr_display), width) * 46 static void verify_bytes_of_area(uint8_t *data, int cmp_x, int cmp_y, size_t width, size_t height) in verify_bytes_of_area() argument 50 .pitch = width, in verify_bytes_of_area() 51 .width = width, in verify_bytes_of_area() 52 .buf_size = height * width * bpp, in verify_bytes_of_area() 60 zassert_mem_equal(data, disp_buffer, width * height / 8, NULL); in verify_bytes_of_area() 62 zassert_mem_equal(data, disp_buffer, width * height * bpp, NULL); in verify_bytes_of_area() 66 static void verify_background_color(int x, int y, size_t width, size_t height, uint32_t color) in verify_background_color() argument 68 size_t buf_size = is_tiled ? (height * width / 8) : (height * width * bpp); in verify_background_color() [all …]
|
/Zephyr-latest/doc/services/pm/images/ |
D | devr-async-ops.svg | 1 …width:757px;height:592px;background:#FFFFFF;" version="1.1" viewBox="0 0 757 592" width="757px" zo…
|
D | devr-sync-ops.svg | 1 …width:564px;height:491px;background:#FFFFFF;" version="1.1" viewBox="0 0 564 491" width="564px" zo…
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | utils.c | 17 static const uint32_t display_width = DT_PROP(DT_CHOSEN(zephyr_display), width); 19 uint8_t read_buffer[DT_PROP(DT_CHOSEN(zephyr_display), width) * 45 uint32_t image_pixel(const uint32_t *img, size_t width, int x, int y) in image_pixel() argument 47 const uint32_t *ptr = img + (width * y + x); in image_pixel() 57 .width = display_width, in verify_pixel() 66 bool verify_image(int cmp_x, int cmp_y, const uint32_t *img, size_t width, size_t height) in verify_image() argument 71 .width = display_width, in verify_image() 78 for (size_t x = 0; x < width; x++) { in verify_image() 80 uint32_t img_pix = image_pixel(img, width, x, y); in verify_image() 85 LOG_INF("disp@(0, %d) %p", y, read_buffer + (y * width / 8)); in verify_image() [all …]
|
D | utils.h | 14 extern uint8_t read_buffer[DT_PROP(DT_CHOSEN(zephyr_display), width) * 18 uint32_t image_pixel(const uint32_t *img, size_t width, int x, int y); 20 bool verify_image(int x, int y, const uint32_t *img, size_t width, size_t height); 21 bool verify_color_inside_rect(int x, int y, size_t width, size_t height, uint32_t color); 22 bool verify_color_outside_rect(int x, int y, size_t width, size_t height, uint32_t color); 23 bool verify_image_and_bg(int x, int y, const uint32_t *img, size_t width, size_t height,
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-sidebar-only.css | 31 /* side nav width. MUST be = `TREEVIEW_WIDTH`. 34 --side-nav-fixed-width: 335px; 47 @media screen and (min-width: 768px) { 53 min-width: var(--side-nav-fixed-width); 54 max-width: var(--side-nav-fixed-width); 72 max-width: var(--side-nav-fixed-width); 83 width: 1px !important; 91 left: var(--side-nav-fixed-width); 93 width: auto; 101 margin-left: var(--side-nav-fixed-width) !important; [all …]
|
D | doxygen-awesome-sidebar-only-darkmode-toggle.css | 31 @media screen and (min-width: 768px) { 34 …width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - var(--searchbar-height… 38 …width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - 66px - var(--searchbar…
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/ |
D | README.rst | 47 [00:00:02.779,000] <inf> main: RGBP width [160; 160; 0] height [120; 120; 0] 48 [00:00:02.779,000] <inf> main: RGBP width [176; 176; 0] height [144; 144; 0] 49 [00:00:02.780,000] <inf> main: RGBP width [240; 240; 0] height [160; 160; 0] 50 [00:00:02.780,000] <inf> main: RGBP width [320; 320; 0] height [240; 240; 0] 51 [00:00:02.780,000] <inf> main: RGBP width [352; 352; 0] height [288; 288; 0] 52 [00:00:02.780,000] <inf> main: RGBP width [640; 640; 0] height [480; 480; 0] 53 [00:00:02.780,000] <inf> main: RGBP width [800; 800; 0] height [600; 600; 0] 54 [00:00:02.780,000] <inf> main: RGBP width [1024; 1024; 0] height [768; 768; 0] 55 [00:00:02.780,000] <inf> main: RGBP width [1280; 1280; 0] height [1024; 1024; 0] 56 [00:00:02.780,000] <inf> main: RGBP width [1600; 1600; 0] height [1200; 1200; 0] [all …]
|
/Zephyr-latest/cmake/ |
D | cfb.cmake | 8 width # Width of the CFB font elements in pixels 20 --width ${width} 32 width # Width of the CFB font elements in pixels 38 generate_cfb_font(${input_file} ${output_file} ${width} ${height} ${ARGN}) 50 width # Width of the CFB font elements in pixels 64 ${width} ${height} ${generated_target_name} ${ARGN})
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smpinit.svg | 12 width="139.74937mm" 31 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 46 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 63 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 77 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 94 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 110 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 125 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 141 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 156 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… [all …]
|
/Zephyr-latest/doc/security/media/ |
D | sensor-model.svg | 3 … xmlns="http://www.w3.org/2000/svg" viewBox="102.5 208.496 959 475.26754" width="959" height="475.… 12 <path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/> 17 <path d="M -8 0 L 0 3 L 0 -3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/> 26 <rect fill="white" x="102.5" y="208.496" width="959" height="464.504"/> 30 <rect x="307.5" y="208.996" width="146.5" height="63" fill="#c0c0ff"/> 31 …96 L 307.5 271.996" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/> 37 <rect x="556" y="501" width="153" height="63" fill="#ffffc0"/> 38 …<rect x="556" y="501" width="153" height="63" stroke="gray" stroke-linecap="round" stroke-linejoin… 45 ….4 564 L 908 564 Z" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/> 52 …1.9466 289.88373 Z" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/> [all …]
|
/Zephyr-latest/doc/connectivity/networking/ |
D | zephyr_netstack_overview.svg | 5 …xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="4.80411in" height="8.5767i… 18 .st3 {fill:#deebf6;stroke:#323849;stroke-width:0.25} 20 .st5 {fill:none;stroke:#000000;stroke-width:0.75} 21 .st6 {fill:none;stroke:none;stroke-width:0.25} 23 .st8 {fill:#deebf6;stroke:#c7c8c8;stroke-width:0.25} 25 .st10 {fill:none;stroke:#323849;stroke-width:0.75} 28 .st13 {fill:#deebf6;stroke:none;stroke-width:0.25} 53 <v:textRect cx="132.217" cy="603.177" width="264.44" height="28.6894"/> 56 <rect x="0" y="588.833" width="264.434" height="28.6894" class="st2"/> 58 <rect x="0" y="588.833" width="264.434" height="28.6894" class="st3"/> [all …]
|
D | zephyr_netstack_overview-tx_sequence.svg | 5 …xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="6.76147in" height="8.31426… 16 .st1 {fill:#deebf6;stroke:none;stroke-width:0.25} 17 ….st2 {stroke:#c9c9c9;stroke-dasharray:1,2;stroke-linecap:round;stroke-linejoin:round;stroke-width:… 18 .st3 {stroke:#ed7d31;stroke-linecap:round;stroke-linejoin:round;stroke-width:1} 19 .st4 {fill:#ffffff;stroke:#323849;stroke-width:0.75} 22 .st7 {fill:#deebf6;stroke:#323849;stroke-width:0.25} 24 .st9 {fill:#deebf6;fill-opacity:0.5;stroke:#323849;stroke-opacity:0.5;stroke-width:0.25} 26 .st11 {fill:#ffffff;stroke:#000000;stroke-width:0.75} 27 .st12 {fill:none;stroke:none;stroke-width:0.25} 30 .st15 {fill:#deebf6;fill-opacity:0.5;stroke:#c7c8c8;stroke-width:0.25} [all …]
|
D | zephyr_netstack_overview-rx_sequence.svg | 5 …xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="6.76147in" height="8.31426… 16 .st1 {fill:#deebf6;stroke:none;stroke-width:0.25} 17 ….st2 {stroke:#c9c9c9;stroke-dasharray:1,2;stroke-linecap:round;stroke-linejoin:round;stroke-width:… 18 .st3 {stroke:#ed7d31;stroke-linecap:round;stroke-linejoin:round;stroke-width:1} 19 .st4 {fill:#ffffff;stroke:#323849;stroke-width:0.75} 22 .st7 {fill:#deebf6;stroke:#323849;stroke-width:0.25} 24 .st9 {fill:#deebf6;fill-opacity:0.5;stroke:#323849;stroke-opacity:0.5;stroke-width:0.25} 26 .st11 {fill:#ffffff;stroke:#000000;stroke-width:0.75} 27 .st12 {fill:none;stroke:none;stroke-width:0.25} 30 .st15 {fill:#deebf6;fill-opacity:0.5;stroke:#c7c8c8;stroke-width:0.25} [all …]
|
/Zephyr-latest/scripts/build/ |
D | gen_cfb_font_header.py | 22 width, height = image.size 37 for octet in range(0, int(width / 8)): 48 for col in range(0, width): 82 # calculate width + height 93 width = 8 * int((fw_max + 7) / 8) 96 width = fw_max 100 if width != args.width: 101 raise Exception('text width {} mismatch with -x {}'.format(width, args.width)) 106 image = Image.new('1', (width, height), 'white') 112 # calculate width + height [all …]
|
/Zephyr-latest/subsys/shell/modules/ |
D | devmem_service.c | 43 static int memory_dump(const struct shell *sh, mem_addr_t phys_addr, size_t size, uint8_t width) in memory_dump() argument 48 const size_t vsize = width / BITS_PER_BYTE; in memory_dump() 64 switch (width) { in memory_dump() 86 shell_fprintf(sh, SHELL_NORMAL, "Incorrect data width\n"); in memory_dump() 102 size_t width = 32; in cmd_dump() local 126 width = (size_t)shell_strtoul(optarg, 0, &err); in cmd_dump() 128 shell_error(sh, "invalid width '%s'", optarg); in cmd_dump() 148 return memory_dump(sh, addr, size, width); in cmd_dump() 258 static int memory_read(const struct shell *sh, mem_addr_t addr, uint8_t width) in memory_read() argument 263 switch (width) { in memory_read() [all …]
|
/Zephyr-latest/boards/native/doc/ |
D | layering_natsim.svg | 3 width="6.3138824in" 31 inkscape:window-width="2399" 57 .st1 {fill:#fff2cc;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 59 .st3 {fill:#ebf1df;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 61 .st5 {fill:#fcebdd;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 62 .st6 {fill:#dbeef3;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 63 .st7 {fill:none;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 84 width="85.04" 89 width="85.039398" 114 width="96.38" [all …]
|
D | layering.svg | 4 …xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="6.10236in" height="3.6811i… 15 .st1 {fill:#fff2cc;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 17 .st3 {fill:#ebf1df;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 19 .st5 {fill:#fcebdd;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 20 .st6 {fill:#dbeef3;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 21 .st7 {fill:none;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 35 <v:textRect cx="42.5197" cy="243.78" width="85.04" height="42.5197"/> 36 <rect x="0" y="222.52" width="85.0394" height="42.5197" class="st1"/> 42 <v:textRect cx="48.189" cy="243.78" width="96.38" height="42.5197"/> 43 <rect x="0" y="222.52" width="96.378" height="42.5197" class="st1"/> [all …]
|
D | Port_vs_QEMU_vs.svg | 4 …xmlns:v="http://schemas.microsoft.com/visio/2003/SVGExtensions/" width="9.68504in" height="4.25197… 14 …ker-end:url(#mrkr13-6);stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 15 .st2 {fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:0.22935779816514} 16 .st3 {fill:none;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 21 .st8 {fill:#d1b3e8;stroke:#7030a0;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 23 .st10 {fill:#8cdfff;stroke:#0070c0;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 24 .st11 {fill:#ebf1df;stroke:#50632a;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 25 .st12 {stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 27 .st14 {fill:#fff2cc;stroke:#7f6000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} 28 .st15 {fill:#dbeef3;stroke:#205867;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75} [all …]
|
/Zephyr-latest/drivers/display/ |
D | display_dummy.c | 18 uint16_t width; member 41 __ASSERT(desc->width <= desc->pitch, "Pitch is smaller than width"); in dummy_display_write() 42 __ASSERT(desc->pitch <= config->width, in dummy_display_write() 46 __ASSERT(x + desc->pitch <= config->width, in dummy_display_write() 51 if (desc->width > desc->pitch || in dummy_display_write() 52 x + desc->pitch > config->width || in dummy_display_write() 89 capabilities->x_resolution = config->width; in dummy_display_get_capabilities() 122 .width = DT_INST_PROP(n, width), \
|
D | display_led_strip_matrix.c | 26 uint16_t width; member 40 const size_t mods_per_row = config->width / config->module_width; in pixel_index() 91 __ASSERT(desc->width <= desc->pitch, "Pitch is smaller than width"); in check_descriptor() 92 __ASSERT(desc->pitch <= config->width, "Pitch in descriptor is larger than screen size"); in check_descriptor() 94 __ASSERT(x + desc->pitch <= config->width, in check_descriptor() 99 if (desc->width > desc->pitch || x + desc->pitch > config->width || in check_descriptor() 121 for (size_t xpos = x; xpos < (x + desc->width); xpos++) { in led_strip_matrix_write() 141 buf_ptr += (desc->pitch - desc->width) * in led_strip_matrix_write() 147 config->width * config->height); in led_strip_matrix_write() 170 for (size_t xpos = x; xpos < (x + desc->width); xpos++) { in led_strip_matrix_read() [all …]
|
/Zephyr-latest/doc/services/portability/posix/overview/ |
D | posix.svg | 2 …width="581px" height="294px" viewBox="-0.5 -0.5 581 294" content="<mxfile modified="2019-0…
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/images/ |
D | dfu_roles_mesh.svg | 5 …width="7.48403in" height="4.85061in" viewBox="0 0 538.85 349.244" xml:space="preserve" color-inter… 9 .st1 {fill:none;stroke:#00a9ce;stroke-width:1} 10 .st2 {fill:none;stroke:none;stroke-width:1} 12 .st4 {fill:#0033a0;stroke:none;stroke-width:1} 15 .st7 {fill:#6ad1e3;stroke:none;stroke-width:1} 16 .st8 {marker-end:url(#mrkr13-55);stroke:#000000;stroke-linecap:butt;stroke-width:1} 17 .st9 {fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:0.28409090909091} 34 <rect x="0" y="2" width="140" height="347.244" class="st1"/> 38 <rect x="0" y="2" width="144.269" height="347.244" class="st1"/> 42 <rect x="0" y="2" width="140" height="347.244" class="st1"/> [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/img/ |
D | att_timeout.svg | 1 …width="421.4523278203424" height="300.077684621"><desc>participant%20App%0Aparticipant%20Host%0Apa…
|
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/img/ |
D | cap_proc.svg | 3 …width="1092px" height="4638px" viewBox="-0.5 -0.5 1092 4638"><defs/><g><rect x="0" y="16" width="3…
|