Searched refs:width (Results 176 – 200 of 421) sorted by relevance
12345678910>>...17
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_smartbond.c | 341 if (desc->width * desc->height * (DISPLAY_BITS_PER_PIXEL(pixfmt) / BITS_PER_BYTE) != in mipi_dbi_smartbond_write_display() 369 ret = da1469x_lcdc_timings_configure(desc->width, desc->height, in mipi_dbi_smartbond_write_display() 375 LCDC_SMARTBOND_LAYER_CONFIG(layer, framebuf, 0, 0, desc->width, desc->height, in mipi_dbi_smartbond_write_display() 377 da1469x_lcdc_stride_calculation(layer_color, desc->width)); in mipi_dbi_smartbond_write_display()
|
D | CMakeLists.txt | 11 # Data bus width is used by the SDK driver and processes it as a compile time option
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54l09.dtsi | 47 nordic,bus-width = <32>; 164 max-bit-width = <32>; 193 max-bit-width = <32>; 345 max-bit-width = <32>; 355 max-bit-width = <32>; 365 max-bit-width = <32>; 375 max-bit-width = <32>; 385 max-bit-width = <32>;
|
D | nrf9280.dtsi | 45 nordic,bus-width = <32>; 278 max-bit-width = <32>; 289 max-bit-width = <32>; 300 max-bit-width = <32>; 459 max-bit-width = <32>; 470 max-bit-width = <32>; 749 max-bit-width = <32>; 759 max-bit-width = <32>; 863 max-bit-width = <32>; 873 max-bit-width = <32>; [all …]
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | draw_rect.c | 19 static const uint32_t display_width = DT_PROP(DT_CHOSEN(zephyr_display), width); 30 .width = display_width, in cfb_test_before()
|
D | draw_text_rectspace1016.c | 19 static const uint32_t display_width = DT_PROP(DT_CHOSEN(zephyr_display), width); 30 .width = display_width, in cfb_test_before()
|
D | print_rectspace1016.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/waveshare_epaper/ |
D | waveshare_epaper_gdew042t2-p.overlay | 31 width = <400>;
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/ |
D | da1469x_dk_pro_mipi_dbi.overlay | 53 width = <240>;
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 68 :width: 80% 165 :width: 80% 180 :width: 80% 210 :width: 80% 223 :width: 80% 246 :width: 80% 260 :width: 80% 271 :width: 80% 286 :width: 80% 304 :width: 80% [all …]
|
/Zephyr-latest/dts/arm/xilinx/ |
D | zynqmp.dtsi | 117 amba-ahb-dbus-width = <XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT>; 144 amba-ahb-dbus-width = <XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT>; 171 amba-ahb-dbus-width = <XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT>; 198 amba-ahb-dbus-width = <XLNX_GEM_AMBA_AHB_DBUS_WIDTH_32BIT>;
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_litex.c | 74 .reg_width = DT_INST_REG_ADDR_BY_NAME(n, width), \
|
/Zephyr-latest/boards/shields/m5stack_core2_ext/doc/ |
D | index.rst | 16 :width: 400 px
|
/Zephyr-latest/boards/renesas/rcar_spider_s4/ |
D | rcar_spider_s4_r8a779f0_a55.dts | 47 bus-width = <8>;
|
/Zephyr-latest/samples/drivers/video/capture/ |
D | Kconfig | 18 Width of the video frame. If set to 0, the default width is used.
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | nucleo_h743zi.overlay | 49 spi-bus-width = <4>;
|
/Zephyr-latest/dts/riscv/sifive/ |
D | riscv32-fe310.dtsi | 158 sifive,compare-width = <8>; 168 sifive,compare-width = <16>; 178 sifive,compare-width = <16>;
|
/Zephyr-latest/boards/st/stm32f429i_disc1/ |
D | stm32f429i_disc1.dts | 78 width = <240>; 168 screen-width = <240>; 242 width = <240>;
|
/Zephyr-latest/boards/shields/g1120b0mipi/ |
D | g1120b0mipi.overlay | 53 width = <400>;
|
/Zephyr-latest/boards/shields/lcd_par_s035/ |
D | lcd_par_s035_8080.overlay | 44 width = <480>;
|
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/ |
D | seeed_xiao_expansion_board.overlay | 35 width = <128>;
|
/Zephyr-latest/boards/shields/st7735r/ |
D | st7735r_ada_160x128.overlay | 27 width = <160>;
|
/Zephyr-latest/boards/shields/st7789v_generic/ |
D | st7789v_tl019fqv01.overlay | 26 width = <320>;
|
/Zephyr-latest/boards/renesas/rcar_salvator_xs/ |
D | rcar_salvator_xs.dts | 52 bus-width = <8>;
|
/Zephyr-latest/boards/fanke/fk750m1_vbt6/ |
D | fk750m1_vbt6.dts | 49 width = <240>; 126 spi-bus-width = <4>;
|
12345678910>>...17