Home
last modified time | relevance | path

Searched refs:width (Results 376 – 400 of 421) sorted by relevance

1...<<11121314151617

/Zephyr-latest/boards/renesas/ek_ra8m1/doc/
Dindex.rst66 :width: 442px
/Zephyr-latest/drivers/display/
Ddisplay_hx8394.c790 .panel_width = DT_INST_PROP(id, width), \
Ddisplay_rm68200.c1042 .panel_width = DT_INST_PROP(id, width), \
/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py2867 def _edit_text(c, s, i, hscroll, width): argument
2936 elif i >= hscroll + width - _SCROLL_OFFSET:
2937 max_scroll = max(len(s) - width + 1, 0)
2938 hscroll = min(i - width + _SCROLL_OFFSET + 1, max_scroll)
/Zephyr-latest/dts/riscv/
Driscv32-litex-vexriscv.dtsi277 reg-names = "enable", "width", "period";
/Zephyr-latest/dts/x86/intel/
Dalder_lake.dtsi359 bus-width = <8>;
/Zephyr-latest/boards/renesas/mck_ra8t1/doc/
Dindex.rst64 :width: 442px
/Zephyr-latest/boards/actinius/icarus_som_dk/doc/
Dindex.rst36 :width: 450px
/Zephyr-latest/boards/phytec/phyboard_polis/doc/
Dindex.rst65 :width: 500
318 :width: 350
/Zephyr-latest/dts/arm/renesas/ra/ra8/
Dra8x1.dtsi749 bus-width = <4>;
764 bus-width = <4>;
/Zephyr-latest/doc/project/
Drelease_process.rst44 :width: 80%
219 :width: 80%
335 :width: 80%
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/doc/
Dindex.rst30 :width: 600px
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/
Drp2040.dtsi214 reg-width = <4>;
Drp2350.dtsi211 reg-width = <4>;
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6width:c-l,height:f-s,top:s,right:c,bottom:f,left:l}}})}function l(){t.props.followCursor&&($.push(…
/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux_2l.c615 .pixelPayloadSize = DT_INST_PROP_BY_PHANDLE(id, nxp_lcdif, width), \
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst442 :width: 800px
454 :width: 800px
/Zephyr-latest/doc/services/shell/
Dindex.rst541 * :command:`resize` - Must be executed when terminal width is different than 80
542 characters or after each change of terminal width. It ensures proper
547 * :command:`default` - Shell will send terminal width = 80 to the
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/
Dindex.rst45 :width: 600px
/Zephyr-latest/boards/nxp/mr_canhubk3/
Dmr_canhubk3.dts410 width = <128>;
/Zephyr-latest/doc/services/rtio/
Dindex.rst11 :width: 800
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c91 static enum chan_width drv2supp_chan_width(int width) in drv2supp_chan_width() argument
93 switch (width) { in drv2supp_chan_width()
1301 signal_info->chanwidth = drv2supp_chan_width(chan_def_info->width); in nrf_wifi_wpa_supp_event_proc_get_if()
/Zephyr-latest/doc/_static/js/
Ddark-mode-toggle.min.mjs2 …-size,1rem);background-repeat:no-repeat;height:var(--${L}-icon-size,1rem);width:var(--${L}-icon-si…
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dresponse_100k.html.bin24 <table width="50%">
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst524 ``pitch = width * video_pix_fmt_bpp(pixfmt)`` needs to be replaced by an equivalent
525 ``pitch = width * video_bits_per_pixel(pixfmt) / BITS_PER_BYTE``.

1...<<11121314151617