/hal_espressif-2.7.6/components/driver/ |
D | gdma.c | 90 gdma_pair_t *pair; // which pair the channel belongs to member 111 static void gdma_release_pair_handle(gdma_pair_t *pair); 113 static void gdma_uninstall_pair(gdma_pair_t *pair); 116 static esp_err_t gdma_install_interrupt(gdma_pair_t *pair); 130 gdma_pair_t *pair = NULL; in gdma_new_channel() local 148 pair = config->sibling_chan->pair; in gdma_new_channel() 149 DMA_CHECK(pair, "invalid sibling channel", err, ESP_ERR_INVALID_ARG); in gdma_new_channel() 152 group = pair->group; in gdma_new_channel() 154 group->pair_ref_counts[pair->pair_id]++; // channel obtains a reference to pair in gdma_new_channel() 162 pair = gdma_acquire_pair_handle(group, j); in gdma_new_channel() [all …]
|
/hal_espressif-2.7.6/ |
D | export.ps1 | 20 $pair = $line.split("=") # split in name, val variable 21 $var_name = $pair[0].Trim() # trim spaces on the ends of the name 22 $var_val = $pair[1].Trim() # trim spaces on the ends of the val 26 foreach ($pair in $envars_array) { variable 28 $var_name = $pair[0].Trim() # trim spaces on the ends of the name 29 $var_val = $pair[1].Trim() # trim spaces on the ends of the val
|
/hal_espressif-2.7.6/tools/windows/tool_setup/ |
D | idf_cmd_init.ps1 | 70 $pair = $line.split("=") # split in name, val variable 71 $var_name = $pair[0].Trim() # trim spaces on the ends of the name 72 $var_val = $pair[1].Trim() # trim spaces on the ends of the val 78 foreach ($pair in $envars_array) { variable 80 $var_name = $pair[0].Trim() # trim spaces on the ends of the name 81 $var_val = $pair[1].Trim() # trim spaces on the ends of the val
|
/hal_espressif-2.7.6/tools/unit-test-app/ |
D | unit_test.py | 772 pair = test_item.split(r':', 1) variable 773 if len(pair) == 1 or pair[0] == 'name': 774 test_dict['name'] = pair[0] 775 elif len(pair) == 2: 776 if pair[0] == 'timeout' or pair[0] == 'child case num': 777 test_dict[pair[0]] = int(pair[1]) 779 test_dict[pair[0]] = pair[1]
|
/hal_espressif-2.7.6/components/nvs_flash/ |
D | README.rst | 50 …cts in key names between different components, NVS assigns each key-value pair to one of namespace… 59 … enabled, it is not possible to alter or add a key-value pair and get recognized as a valid pair w… 61 … on. This should not result in loss of data, except for the new key-value pair if it was being wri… 70 …given key has to be updated, a new key-value pair is added at the end of the log and the old key-v… 114 …r integer types, entry holds one key-value pair. For strings and blobs, an entry holds part of key… 152 …A key-value pair (or part of key-value pair which spans multiple entries) has been written into th… 155 …A key-value pair in this entry has been discarded. Contents of this entry will not be parsed anymo… 163 …s one key-value pair. For string and blob types, entry holds part of the whole key-value pair. For… 193 …Number of entries used by this key-value pair. For integer types, this is equal to 1. For strings … 232 As mentioned above, each key-value pair belongs to one of the namespaces. Namespace identifiers (st… [all …]
|
/hal_espressif-2.7.6/tools/kconfig/lxdialog/ |
D | util.c | 181 static int pair = 0; in init_one_color() local 183 pair++; in init_one_color() 184 init_pair(pair, color->fg, color->bg); in init_one_color() 186 color->atr = A_BOLD | COLOR_PAIR(pair); in init_one_color() 188 color->atr = COLOR_PAIR(pair); in init_one_color()
|
/hal_espressif-2.7.6/docs/en/api-reference/bluetooth/ |
D | esp_gap_ble.rst | 21 …iates its security parameters and acts as a GATT server, which can send a pair request to the peer…
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_compatibility_test/ |
D | ble_compatibility_test_case.md | 56 * A prompt on the smartphone appears asking if you want to pair. Tap on *Pair*, and then enter the … 65 * When the pairing is established, the device shows the following log in green: `(1) ***** pair sta… 161 …e connection successfully, and the ESP device outputs the log: `(1) ***** pair status = success **…
|
/hal_espressif-2.7.6/tools/kconfig_new/ |
D | gen_kconfig_doc.py | 395 sorted_child_list = sorted(child_list, key=lambda pair: pair[0].lower())
|
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/ |
D | mcpwm.rst | 17 …elow. Each A/B pair may be clocked by any one of the three timers Timer 0, 1 and 2. The same timer… 68 … the unit's outputs. The outputs are organized into three pairs. Within a pair they are labeled "A…
|
D | rmt.rst | 176 …2_t`. Each item consists of two pairs of two values. The first value in a pair describes the signa…
|
/hal_espressif-2.7.6/docs/en/security/ |
D | secure-boot-v1.rst | 35 …ate signing key" config item is a file path to a ECDSA public/private key pair in a PEM format fil… 65 - "secure boot signing key" is a standard ECDSA public/private key pair (see :ref:`secure-boot-imag… 67 …- The public key from this key pair (for signature verification but not signature creation) is com… 69 …- The private key from this key pair *must be securely kept private*, as anyone who has this key c…
|
D | flash-encryption.rst | 753 …l layout of the flash. This is because the same AES key is used for every pair of adjacent 16 byte… 754 …:esp32: - For the same reason, an attacker can always tell when a pair of adjacent 16 byte blocks …
|
/hal_espressif-2.7.6/components/bt/host/nimble/ |
D | Kconfig.in | 185 bool "Use predefined public-private key pair" 189 If this option is enabled, SM uses predefined DH key pair as described
|
/hal_espressif-2.7.6/examples/system/console_usb/ |
D | README.md | 140 VID/PID pair for ESP32-S2 is 303a:0002.
|
/hal_espressif-2.7.6/examples/wifi/ftm/ |
D | README.md | 14 …he data for all pairs of Action frame and ACK and calculates RTT for each pair with below formula -
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 151 …EVT` event, which is used to print information such as remote device, address type and pair status: 164 ESP_LOGI(GATTS_TABLE_TAG, "pair status = %s",
|
/hal_espressif-2.7.6/docs/en/api-reference/storage/ |
D | sdmmc.rst | 75 …For card configuration and data transfer, choose the pair of functions relevant to your case from …
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_client/tutorial/ |
D | Gatt_Security_Client_Example_Walkthrough.md | 113 …ESP_LOGI(GATTS_TABLE_TAG, "pair status = %s",param->ble_security.auth_cmpl.success ? "success" : "…
|
/hal_espressif-2.7.6/docs/en/hw-reference/esp32/ |
D | get-started-ethernet-kit-v1.0.rst | 100 Board B Connectors A pair male header pins for mounting the :ref:`PoE board (B) <get-started-esp32…
|
D | get-started-ethernet-kit.rst | 108 Board B Connectors A pair male and female header pins for mounting the `PoE board (B)`_.
|
D | get-started-ethernet-kit-v1.1.rst | 96 Board B Connectors A pair male and female header pins for mounting the `PoE board (B)`_.
|
/hal_espressif-2.7.6/docs/en/api-reference/network/ |
D | esp_eth.rst | 32 Thus the traffic on the twist-pair cabling will appear as shown blow:
|
/hal_espressif-2.7.6/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 264 to go! Let me see: I’ll give them a new pair of boots every Christmas.’ 293 Rabbit returning, splendidly dressed, with a pair of white kid gloves in 705 moment that it was looking for the fan and the pair of white kid gloves, 713 out here? Run home this moment, and fetch me a pair of gloves and a fan! 737 of tiny white kid gloves: she took up the fan and a pair of the gloves,
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | mesh.rst | 129 … any two nodes on the physical layer (via one or more wireless hops), any pair of nodes within an …
|