Searched refs:width (Results 376 – 400 of 421) sorted by relevance
1...<<11121314151617
/Zephyr-latest/boards/renesas/ek_ra8m1/doc/ |
D | index.rst | 66 :width: 442px
|
/Zephyr-latest/drivers/display/ |
D | display_hx8394.c | 790 .panel_width = DT_INST_PROP(id, width), \
|
D | display_rm68200.c | 1042 .panel_width = DT_INST_PROP(id, width), \
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 2867 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/ |
D | riscv32-litex-vexriscv.dtsi | 277 reg-names = "enable", "width", "period";
|
/Zephyr-latest/dts/x86/intel/ |
D | alder_lake.dtsi | 359 bus-width = <8>;
|
/Zephyr-latest/boards/renesas/mck_ra8t1/doc/ |
D | index.rst | 64 :width: 442px
|
/Zephyr-latest/boards/actinius/icarus_som_dk/doc/ |
D | index.rst | 36 :width: 450px
|
/Zephyr-latest/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 65 :width: 500 318 :width: 350
|
/Zephyr-latest/dts/arm/renesas/ra/ra8/ |
D | ra8x1.dtsi | 749 bus-width = <4>; 764 bus-width = <4>;
|
/Zephyr-latest/doc/project/ |
D | release_process.rst | 44 :width: 80% 219 :width: 80% 335 :width: 80%
|
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/doc/ |
D | index.rst | 30 :width: 600px
|
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/ |
D | rp2040.dtsi | 214 reg-width = <4>;
|
D | rp2350.dtsi | 211 reg-width = <4>;
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | tippy-bundle.umd.min.js | 6 …width:c-l,height:f-s,top:s,right:c,bottom:f,left:l}}})}function l(){t.props.followCursor&&($.push(…
|
/Zephyr-latest/drivers/mipi_dsi/ |
D | dsi_mcux_2l.c | 615 .pixelPayloadSize = DT_INST_PROP_BY_PHANDLE(id, nxp_lcdif, width), \
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 442 :width: 800px 454 :width: 800px
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 541 * :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/ |
D | index.rst | 45 :width: 600px
|
/Zephyr-latest/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 410 width = <128>;
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 11 :width: 800
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wpa_supp_if.c | 91 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/ |
D | dark-mode-toggle.min.mjs | 2 …-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/ |
D | response_100k.html.bin | 24 <table width="50%">
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.1.rst | 524 ``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