Searched defs:width (Results 51 – 59 of 59) sorted by relevance
123
/Zephyr-latest/drivers/display/ |
D | uc81xx.c | 84 uint16_t width; member
|
D | ssd16xx.c | 106 uint16_t width; member
|
/Zephyr-latest/drivers/spi/ |
D | spi_xec_qmspi_ldma.c | 85 uint8_t width; /* 0(half) 1(single), 2(dual), 4(quad) */ member
|
/Zephyr-latest/drivers/video/ |
D | ov7725.c | 425 uint16_t width, height; in ov7725_set_fmt() local
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_esp32.c | 872 int sdmmc_host_set_bus_width(sdmmc_dev_t *sdio_hw, int slot, size_t width) in sdmmc_host_set_bus_width()
|
D | intel_emmc_host.h | 179 #define GET_BITS(reg_name, start, width) ((reg_name) & (((1 << (width)) - 1) << (start))) argument
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 2867 def _edit_text(c, s, i, hscroll, width): argument
|
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx_reference_api.h | 365 #define LINE_WIDTH(width) FT8XX_LINE_WIDTH(width) argument
|
/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()
|
123