Searched refs:width (Results 1 – 9 of 9) sorted by relevance
| /subsys/shell/modules/ |
| A D | devmem_service.c | 48 const size_t vsize = width / BITS_PER_BYTE; in memory_dump() 64 switch (width) { in memory_dump() 102 size_t width = 32; in cmd_dump() local 148 return memory_dump(sh, addr, size, width); in cmd_dump() 263 switch (width) { in memory_read() 290 switch (width) { in memory_write() 314 uint8_t width; in cmd_devmem() local 327 width = 32; in cmd_devmem() 329 width = strtoul(argv[2], NULL, 10); in cmd_devmem() 335 return memory_read(sh, addr, width); in cmd_devmem() [all …]
|
| /subsys/fb/ |
| A D | cfb.c | 74 (fptr->width * fptr->height / 8U); in get_glyph_ptr() 87 return glyph_ptr[y * (fptr->width) + x]; in get_glyph_byte() 214 return fptr->width; in draw_char_vtmono() 270 return fptr->width; in draw_char_htmono() 438 uint16_t width, uint16_t height) in cfb_invert_area() argument 458 if (x + width > fb->x_res) { in cfb_invert_area() 459 width = fb->x_res - x; in cfb_invert_area() 466 for (size_t i = x; i < x + width; i++) { in cfb_invert_area() 573 .width = fb->x_res, in cfb_framebuffer_finalize() 636 if (width) { in cfb_get_font_size() [all …]
|
| A D | cfb_shell.c | 290 uint8_t width; in cmd_set_font() local 294 err = cfb_get_font_size(dev, idx, &width, &height); in cmd_set_font() 308 width); in cmd_set_font() 515 SHELL_CMD_ARG(width, NULL, NULL, cmd_get_param_width, 1, 0),
|
| /subsys/net/lib/tls_credentials/ |
| A D | Kconfig.shell | 21 int "Credential output line width (characters)"
|
| /subsys/shell/ |
| A D | Kconfig | 105 int "Default terminal width" 109 Default terminal width is used to break lines. 261 By default shell assumes width of a terminal screen set to 80 262 characters. Each time terminal screen width is changed resize command
|
| /subsys/net/ip/ |
| A D | tp.c | 70 size_t i, width = 8; in dump() local 74 if ((i % width) == 0) { in dump() 80 if (((i + 1) % width) == 0 || i == (len - 1)) { in dump()
|
| /subsys/sd/ |
| A D | sdmmc.c | 227 static int sdmmc_set_bus_width(struct sd_card *card, enum sdhc_bus_width width) in sdmmc_set_bus_width() argument 248 switch (width) { in sdmmc_set_bus_width() 270 card->bus_io.bus_width = width; in sdmmc_set_bus_width()
|
| A D | sdio.c | 412 static int sdio_set_bus_width(struct sd_card *card, enum sdhc_bus_width width) in sdio_set_bus_width() argument 423 switch (width) { in sdio_set_bus_width() 442 card->bus_io.bus_width = width; in sdio_set_bus_width()
|
| /subsys/usb/device_next/class/ |
| A D | usbd_uvc.c | 580 uint32_t max_frame_size = MAX(fmt->pitch, fmt->width) * fmt->height; in uvc_get_vs_probe_max_size() 634 fmt->width = frame_desc->wWidth; in uvc_get_vs_format_from_desc() 636 fmt->pitch = fmt->width * video_bits_per_pixel(fmt->pixelformat) / BITS_PER_BYTE; in uvc_get_vs_format_from_desc() 808 VIDEO_FOURCC_TO_STR(fmt.pixelformat), fmt.width, fmt.height); in uvc_set_vs_commit() 1484 bitrate = MAX(fmt->pitch, fmt->width) * frmival_nsec / (NSEC_PER_SEC / 100) * fmt->height; in uvc_set_vs_bitrate_range() 1533 .width = w, .height = h, .pitch = p}; in uvc_add_vs_frame_desc()
|
Completed in 35 milliseconds