Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 36) sorted by relevance

12

/hal_espressif-3.6.0/examples/peripherals/adc/single_read/adc2/main/
Dadc2_example_main.c23 static const adc_bits_width_t width = ADC_WIDTH_BIT_12; variable
25 static const adc_bits_width_t width = ADC_WIDTH_BIT_13; variable
/hal_espressif-3.6.0/tools/kconfig/lxdialog/
Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
Dutil.c242 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
317 int height, width; in init_dialog() local
365 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
477 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box()
511 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
Dinputbox.c29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
Dtextbox.c61 int height, width, boxh, boxw; in dialog_textbox() local
312 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page()
341 static void print_line(WINDOW * win, int row, int width) in print_line()
Dchecklist.c101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
118 int width, int list_height) in dialog_checklist()
Dmenubox.c155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons()
188 int height, width, menu_height; in dialog_menu() local
/hal_espressif-3.6.0/examples/peripherals/adc/single_read/adc/main/
Dadc1_example_main.c23 static const adc_bits_width_t width = ADC_WIDTH_BIT_12; variable
26 static const adc_bits_width_t width = ADC_WIDTH_BIT_13; variable
/hal_espressif-3.6.0/components/soc/include/soc/
Dsdmmc_periph.h32 uint8_t width; /*!< Maximum supported slot width (1, 4, 8) */ member
/hal_espressif-3.6.0/components/driver/
Dsdmmc_host.c520 esp_err_t sdmmc_host_set_bus_width(int slot, size_t width) in sdmmc_host_set_bus_width()
699 static esp_err_t sdmmc_host_pullup_en_internal(int slot, int width) in sdmmc_host_pullup_en_internal()
/hal_espressif-3.6.0/components/driver/include/driver/
Dsdmmc_host.h74 …uint8_t width; ///< Bus width used by the slot (might be less than the max width supporte… member
/hal_espressif-3.6.0/components/ulp/test/esp32/
Dtest_ulp.c174 int width; member
/hal_espressif-3.6.0/components/sdmmc/test/
Dtest_sd.c99 static void probe_sd(int slot, int width, int freq_khz, int ddr) in probe_sd()
402 void sd_test_rw_blocks(int slot, int width, sd_test_func_t test_func) in sd_test_rw_blocks()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Drwdt_ll.h242 FORCE_INLINE_ATTR void rwdt_ll_set_chip_reset_width(rtc_cntl_dev_t *hw, uint32_t width) in rwdt_ll_set_chip_reset_width()
Di2s_ll.h338 static inline void i2s_ll_tx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_tx_set_ws_width()
349 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Drwdt_ll.h242 FORCE_INLINE_ATTR void rwdt_ll_set_chip_reset_width(rtc_cntl_dev_t *hw, uint32_t width) in rwdt_ll_set_chip_reset_width()
Di2s_ll.h725 static inline void i2s_ll_tx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_tx_set_ws_width()
736 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Drwdt_ll.h242 FORCE_INLINE_ATTR void rwdt_ll_set_chip_reset_width(rtc_cntl_dev_t *hw, uint32_t width) in rwdt_ll_set_chip_reset_width()
Di2s_ll.h337 static inline void i2s_ll_tx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_tx_set_ws_width()
348 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width()
/hal_espressif-3.6.0/components/sdmmc/
Dsdmmc_sd.c85 int width = 1; in sdmmc_init_sd_bus_width() local
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Drwdt_ll.h261 FORCE_INLINE_ATTR void rwdt_ll_set_chip_reset_width(rtc_cntl_dev_t *hw, uint32_t width) in rwdt_ll_set_chip_reset_width()
Di2s_ll.h340 static inline void i2s_ll_tx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_tx_set_ws_width()
351 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width()
/hal_espressif-3.6.0/components/esp_rom/include/
Desp_rom_tjpgd.h96 uint32_t width, height; /* Size of the input image (pixel) */ member
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dtjpgd.h75 UINT width, height; /* Size of the input image (pixel) */ member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dtjpgd.h75 UINT width, height; /* Size of the input image (pixel) */ member

12