/hal_espressif-2.7.6/tools/kconfig/lxdialog/ |
D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 41 wmove(win, choice, 0); in print_item() 45 wmove(win, choice, check_x); in print_item() 52 mvwaddch(win, choice, item_x, list_item[0]); in print_item() 56 wmove(win, choice, check_x + 1); in print_item() 65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 85 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 127 choice = item_n(); in dialog_checklist() 129 choice = item_n(); in dialog_checklist() [all …]
|
D | menubox.c | 102 #define print_item(index, choice, selected) \ argument 105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 189 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 250 choice = item_n(); in dialog_menu() 253 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 256 choice = choice - scroll; in dialog_menu() 260 if ((choice >= max_choice)) { in dialog_menu() 261 if (choice >= item_count() - max_choice / 2) in dialog_menu() 264 scroll = first_item = choice - max_choice / 2; in dialog_menu() 265 choice = choice - scroll; in dialog_menu() [all …]
|
/hal_espressif-2.7.6/tools/kconfig_new/test/gen_kconfig_doc/ |
D | Kconfig | 16 choice ALWAYS_VISIBLE_CHOICE 17 prompt "Always visible choice" 36 choice CHOICE_FOR_CHIPA 37 prompt "Always visible choice" 48 choice CHOICE_FOR_CHIPB 49 prompt "Always visible choice" 71 choice DEEP_DEPENDENT_CHOICE 111 choice CHIPA_VERSION
|
D | test_kconfig_out.py | 30 choice = self.config.named_choices.get(name) 31 if choice: 32 return choice.nodes[0]
|
D | test_target_visibility.py | 25 choice = self.config.named_choices.get(name) 26 if choice: 27 return choice.nodes[0]
|
/hal_espressif-2.7.6/examples/wifi/fast_scan/main/ |
D | Kconfig.projbuild | 15 choice EXAMPLE_SCAN_METHOD 27 choice EXAMPLE_SORT_METHOD 53 choice EXAMPLE_FAST_SCAN_WEAKEST_AUTHMODE
|
/hal_espressif-2.7.6/examples/peripherals/adc/single_read/adc2/main/ |
D | Kconfig.projbuild | 3 choice EXAMPLE_ADC2_CHANNEL 32 choice EXAMPLE_ADC2_CHANNEL 74 choice EXAMPLE_DAC_CHANNEL 87 choice EXAMPLE_DAC_CHANNEL
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/ |
D | Kconfig.in | 8 choice BT_BLUEDROID_PINNED_TO_CORE_CHOICE 69 choice BT_HFP_ROLE 80 choice BT_HFP_AUDIO_DATA_PATH 156 choice BT_GATTS_SEND_SERVICE_CHANGE_MODE 229 choice BT_LOG_HCI_TRACE_LEVEL 264 choice BT_LOG_BTM_TRACE_LEVEL 299 choice BT_LOG_L2CAP_TRACE_LEVEL 334 choice BT_LOG_RFCOMM_TRACE_LEVEL 369 choice BT_LOG_SDP_TRACE_LEVEL 404 choice BT_LOG_GAP_TRACE_LEVEL [all …]
|
/hal_espressif-2.7.6/tools/kconfig_new/test/confserver/ |
D | Kconfig | 17 choice TEST_CHOICE 18 prompt "Some choice" 30 string "Depends on choice"
|
D | testcases_v1.txt | 21 * Set choice 25 * Set string which depends on choice B
|
/hal_espressif-2.7.6/components/bt/controller/esp32s3/ |
D | Kconfig.in | 26 choice BT_CTRL_PINNED_TO_CORE_CHOICE 46 choice BT_CTRL_HCI_MODE_CHOICE 94 choice BT_CTRL_CE_LENGTH_TYPE 113 choice BT_CTRL_TX_ANTENNA_INDEX 129 choice BT_CTRL_RX_ANTENNA_INDEX 145 choice BT_CTRL_DFT_TX_POWER_LEVEL 207 choice BT_CTRL_LOW_POWER_CLOCK
|
/hal_espressif-2.7.6/examples/mesh/manual_networking/main/ |
D | Kconfig.projbuild | 3 choice 34 choice 85 choice
|
/hal_espressif-2.7.6/components/esptool_py/ |
D | Kconfig.projbuild | 13 choice ESPTOOLPY_BAUD 64 choice ESPTOOLPY_FLASHMODE 91 choice ESPTOOLPY_FLASHFREQ 116 choice ESPTOOLPY_FLASHSIZE 150 choice ESPTOOLPY_BEFORE 171 choice ESPTOOLPY_AFTER 192 choice ESPTOOLPY_MONITOR_BAUD
|
/hal_espressif-2.7.6/components/espcoredump/ |
D | Kconfig | 3 choice ESP_COREDUMP_TO_FLASH_OR_UART 26 choice ESP_COREDUMP_DATA_FORMAT 38 choice ESP_COREDUMP_CHECKSUM 85 choice ESP_COREDUMP_DECODE
|
/hal_espressif-2.7.6/examples/mesh/internal_communication/main/ |
D | Kconfig.projbuild | 3 choice 28 choice 73 choice 121 choice
|
/hal_espressif-2.7.6/examples/peripherals/wave_gen/main/ |
D | Kconfig.projbuild | 3 choice EXAMPLE_DAC_CHANNEL 20 choice EXAMPLE_WAVEFORM 35 choice EXAMPLE_WAVE_FREQUENCY
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/ |
D | Kconfig.projbuild | 3 choice EXAMPLE_RUN_MODE 33 choice EXAMPLE_SELECT_ROLE 44 choice EXAMPLE_SELECT_CASE
|
/hal_espressif-2.7.6/examples/protocols/sockets/tcp_client/main/ |
D | Kconfig.projbuild | 3 choice EXAMPLE_IP_MODE 38 choice EXAMPLE_SOCKET_IP_INPUT
|
/hal_espressif-2.7.6/components/asio/ |
D | Kconfig | 9 choice ASIO_SSL_LIBRARY_CHOICE 15 port layer (default choice) and WolfSSL are supported.
|
/hal_espressif-2.7.6/examples/protocols/sockets/udp_client/main/ |
D | Kconfig.projbuild | 3 choice EXAMPLE_IP_MODE 39 choice EXAMPLE_SOCKET_IP_INPUT
|
/hal_espressif-2.7.6/tools/ci/python_packages/idf_iperf_test_util/ |
D | PowerControl.py | 28 def apc_telnet_make_choice(cls, telnet, choice): argument 32 telnet.write(choice.encode() + b'\r\n')
|
/hal_espressif-2.7.6/components/esp32s3/ |
D | Kconfig | 4 choice ESP32S3_DEFAULT_CPU_FREQ_MHZ 31 choice ESP32S3_INSTRUCTION_CACHE_SIZE 50 choice ESP32S3_ICACHE_ASSOCIATED_WAYS 67 choice ESP32S3_INSTRUCTION_CACHE_LINE_SIZE 93 choice ESP32S3_DATA_CACHE_SIZE 115 choice ESP32S3_DCACHE_ASSOCIATED_WAYS 132 choice ESP32S3_DATA_CACHE_LINE_SIZE 172 choice SPIRAM_TYPE 228 choice SPIRAM_SPEED 285 choice ESP32S3_UNIVERSAL_MAC_ADDRESSES [all …]
|
/hal_espressif-2.7.6/examples/wifi/wpa2_enterprise/main/ |
D | Kconfig.projbuild | 15 choice 32 choice
|
/hal_espressif-2.7.6/components/coap/ |
D | Kconfig | 3 choice COAP_MBEDTLS_ENCRYPTION_MODE 31 choice COAP_MBEDTLS_DEBUG_LEVEL
|
/hal_espressif-2.7.6/examples/wifi/power_save/main/ |
D | Kconfig.projbuild | 23 choice EXAMPLE_POWER_SAVE_MODE 43 choice EXAMPLE_MAX_CPU_FREQ 66 choice EXAMPLE_MIN_CPU_FREQ
|