Home
last modified time | relevance | path

Searched refs:selection (Results 1 – 25 of 51) sorted by relevance

123

/hal_espressif-3.6.0/components/unity/
Dunity_runner.c89 int selection; in multiple_function_option() local
100 selection = atoi((const char *) cmdline) - 1; in multiple_function_option()
101 if (selection >= 0 && selection < test_ms->test_fn_count) { in multiple_function_option()
102 unity_default_test_run(test_ms->fn[selection], test_ms->name, test_ms->line); in multiple_function_option()
108 return selection; in multiple_function_option()
127 int selection = multiple_function_option(test); in unity_run_single_test() local
129 if (selection != (test->test_fn_count - 1)) { in unity_run_single_test()
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/advanced-topics/
Dindex.rst12 Boot Mode Selection <boot-mode-selection>
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/
DKconfig.projbuild4 prompt "Board selection for BLE Mesh"
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/
DKconfig.projbuild4 prompt "Board selection for BLE Mesh"
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
DKconfig.projbuild4 prompt "Board selection for BLE Mesh"
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
DKconfig.projbuild4 prompt "Board selection for BLE Mesh"
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
DKconfig.projbuild4 prompt "Board selection for BLE Mesh"
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/
DKconfig.projbuild4 prompt "Board selection for BLE Mesh"
/hal_espressif-3.6.0/components/mqtt/
DKconfig122 bool "Enable MQTT task core selection"
125 This will enable core selection
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/
DREADME.md17 `idf.py menuconfig --> Example Configuration --> Board selection for BLE Mesh --> ESP-WROOM-32`
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/tutorial/
DBLE_Mesh_AliGenie_Example.md55 3. Click the selection panel. Select a device panel in the Theme Panel tab in the Select Product Pa…
66 2. Select the corresponding module in the selection of authentication module/chip, and it is recomm…
/hal_espressif-3.6.0/examples/system/base_mac_address/main/
DKconfig.projbuild8 1. eFuse BLK0: The "Default (Espressif factory)" selection. The
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/inc/
Dsummary_ESP32-C3.rst55 …JTAG_SEL_ENABLE (BLOCK0) Set this bit to enable selection between usb_to_jt = Fals…
133 …PIN_POWER_SELECTION (BLOCK0) GPIO33-GPIO37 power supply selection in ROM code = VDD3…
/hal_espressif-3.6.0/docs/en/api-reference/system/inc/
Despefuse_summary_ESP32-C3.rst56 …JTAG_SEL_ENABLE (BLOCK0) Set this bit to enable selection between usb_to_jt = Fals…
134 …PIN_POWER_SELECTION (BLOCK0) GPIO33-GPIO37 power supply selection in ROM code = VDD3…
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_sync_example/
DREADME.md38 Above pin selection can be changed within file `mcpwm_sync_example.c`.
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Dconfigure-other-jtag.rst19 …- Burning ``JTAG_SEL_ENABLE`` eFuse will enable selection of JTAG interface by a strapping pin, |j…
/hal_espressif-3.6.0/components/efuse/esp32s3/
Desp_efuse_table.csv89 …STRAP_JTAG_SEL, EFUSE_BLK0, 120, 1, Enable selection between usb_to_jtag…
101 …ON, EFUSE_BLK0, 136, 1, GPIO33-GPIO37 power supply selection in ROM code. 0:V…
/hal_espressif-3.6.0/docs/en/api-guides/tools/
Didf-windows-installer.rst20 …dded Python version for the installation. Set to ``no`` to allow Python selection screen in the in…
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_psk/
DREADME.md53 D (4680) MQTT_CLIENT: Core selection disabled
/hal_espressif-3.6.0/examples/storage/sd_card/sdmmc/
DREADME.md54 …* Another option is to burn the flash voltage selection efuses. This will permanently select 3.3V …
56 The following command can be used to program flash voltage selection efuses **to 3.3V**:
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dsdspi_host.rst13 …SD SPI driver (access the SD card in SPI mode) offers lower throughput but makes pin selection mor…
/hal_espressif-3.6.0/examples/get-started/blink/
DREADME.md74 * If the LED isn't blinking, check the GPIO or the LED type selection in the `Example Configuration…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Dset-flash-voltage-cmd.rst16 - ``voltage`` - Voltage selection ['1.8V', '3.3V', 'OFF'].
/hal_espressif-3.6.0/components/fatfs/src/
D00history.txt102 Added auto cluster size selection to f_mkfs().
188 Added selection of character encoding on the file. (_STRF_ENCODE)
/hal_espressif-3.6.0/tools/kconfig/
Dgconf.c984 GtkTreeSelection *selection; in on_treeview2_cursor_changed() local
988 selection = gtk_tree_view_get_selection(treeview); in on_treeview2_cursor_changed()
989 if (gtk_tree_selection_get_selected(selection, &model2, &iter)) { in on_treeview2_cursor_changed()

123