Searched refs:submenu (Results 1 – 17 of 17) sorted by relevance
/hal_espressif-3.4.0/tools/kconfig/ |
D | mconf.c | 647 struct menu *submenu; in conf() local 679 submenu = item_data(); in conf() 681 if (submenu) in conf() 682 sym = submenu->sym; in conf() 691 submenu->data = (void *) (long) !submenu->data; in conf() 693 conf(submenu, NULL); in conf() 697 conf_choice(submenu); in conf() 698 else if (submenu->prompt->type == P_MENU) in conf() 699 conf(submenu, NULL); in conf() 702 conf_string(submenu); in conf() [all …]
|
D | nconf.c | 1068 struct menu *submenu = 0; in conf() local 1154 submenu = (struct menu *) item_data(); in conf() 1155 if (!submenu || !menu_is_visible(submenu)) in conf() 1157 sym = submenu->sym; in conf() 1164 conf(submenu); in conf() 1171 submenu->data = in conf() 1172 (void *) (long) !submenu->data; in conf() 1174 conf(submenu); in conf() 1179 conf_choice(submenu); in conf() 1180 else if (submenu->prompt && in conf() [all …]
|
D | menu.c | 550 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local 558 submenu[i++] = menu; in get_prompt_str() 588 menu = submenu[i]; in get_prompt_str()
|
D | kconfig-language.txt | 220 All entries within the "menu" ... "endmenu" block become a submenu of 227 can be made a submenu of it. First, the previous (parent) symbol must
|
/hal_espressif-3.4.0/tools/kconfig_new/test/confserver/ |
D | Kconfig | 51 bool "I enable/disable some submenu items" 57 int "I am a submenu item" 62 bool "I am also submenu item" 71 I am a submenu which is also a config item.
|
D | testcases_v2.txt | 33 * Disabling all items in a submenu causes all sub-items to have visible:False 35 < { "values" : { "SUBMENU_TRIGGER": false}, "visible": { "test-config-submenu" : false, "SUBMENU_IT… 37 * Re-enabling submenu causes that menu to be visible again, and refreshes sub-items 39 < { "values" : { "SUBMENU_TRIGGER": true}, "visible": {"test-config-submenu": true, "SUBMENU_ITEM_A…
|
/hal_espressif-3.4.0/examples/peripherals/i2c/i2c_self_test/ |
D | README.md | 90 - In the `I2C Master` submenu, you can set the pin number of SDA/SCL according to your board. Also … 91 - In the `I2C Slave` submenu, you can set the pin number of SDA/SCL according to your board. Also y… 92 - In the `BH1750 Sensor` submenu, you can choose the slave address of BH1750 accroding to the pin l…
|
/hal_espressif-3.4.0/components/bt/ |
D | Kconfig | 8 … Select this option to enable Bluetooth and show the submenu with Bluetooth configuration choices.
|
/hal_espressif-3.4.0/tools/kconfig_new/ |
D | README.md | 32 "test-config-submenu": true }, 75 "visible": { "test-config-submenu": false},
|
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | README.md | 30 …like any other Arduino library (uECC should show up in the **Sketch**=>**Import Library** submenu).
|
/hal_espressif-3.4.0/components/openthread/ |
D | Kconfig | 7 …Select this option to enable OpenThread and show the submenu with OpenThread configuration choices.
|
/hal_espressif-3.4.0/examples/protocols/https_request/ |
D | README.md | 34 * In the `Component Config` -> `ESP-TLS` submenu, select the `Enable client session tickets` option.
|
/hal_espressif-3.4.0/examples/peripherals/uart/uart_echo_rs485/ |
D | README.md | 33 …or adjust default pins please see the `Echo RS485 Example Configuration` submenu in `idf.py menuco…
|
/hal_espressif-3.4.0/components/esp_hw_support/ |
D | Kconfig.spiram.common | 3 # sourced into the "SPIRAM config" submenu for ESP32 or ESP32S2
|
/hal_espressif-3.4.0/examples/peripherals/uart/nmea0183_parser/ |
D | README.md | 46 - In the `NMEA Statement support` submenu, you can choose the type of statements that you want to p…
|
/hal_espressif-3.4.0/examples/system/ota/ |
D | README.md | 112 …IG_BOOTLOADER_APP_ROLLBACK_ENABLE` option in the `Example Configuration` submenu of menuconfig to …
|
/hal_espressif-3.4.0/docs/en/get-started-legacy/ |
D | index.rst | 270 * ``Enter`` to go into a submenu
|