/hal_espressif-3.4.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/ |
D | README.md | 10 It performs read operation on peripheral's `THRPT_LONG_CHR_READ_WRITE` characteristic, write operat… 27 | Type: read/write/notify. | 30 | e.g. throughput read 600 | 32 | ** Enter 'throughput read 60' for reading char for 60 seconds | 84 I (36933) blecent_throughput: Format for throughput demo:: throughput read 100 89 | Type: read/write/notify. | 92 | e.g. throughput read 600 | 94 | ** Enter 'throughput read 60' for reading char for 60 seconds | 100 Throughput demo >> throughput read 10 101 I (55333) Throughput demo handler: throughput read 10 [all …]
|
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | read-write-protections-cmd.rst | 8 - ``espefuse.py read_protect_efuse``. It sets read protection for given eFuse names. 15 …ading eFuse fields, only hardware can access such eFuses. Such eFuses are read as zero and the dat… 19 Not all eFuses have read and write protections. See the help for these commands for the eFuse names… 21 eFuses are often read/write protected as a group, so protecting one of eFuse will result in some re… 28 …read protection is set. Value of such eFuse field will always show all-zeroes, even though hardwar… 36 - ``-/-`` means both read and write protection are set. 47 Permanently read-disabling efuse BLOCK2 48 Permanently read-disabling efuses MAC_VERSION, BLOCK3 49 Permanently read-disabling efuses MAC_VERSION, BLOCK3 58 BURN BLOCK0 - OK (write block == read block) [all …]
|
D | burn-key-cmd.rst | 36 …key``. Disable default read and write protecting of the key. If this option is not set, once the k… 38 …read-protect``. Disable read-protecting of the key. The key remains readable software. The key wit… 48 …Keys for ``flash_encryption`` and ``secure_boot_v1`` will be burned as read and write protected. T… 54 …cryption and secure boot v2 keys because byte order will be incorrect and read protection will not… 84 …s of this key will be burned to the low part of the eFuse block. These bits will be read protected. 99 Only flash encryption key is read protected if ``--no-read-protect`` is not used. 114 By default, when an encryption key block is burned it is also read and write protected. 118 …The ``--no-protect-key`` option will disable this behaviour (you can separately read or write prot… 122 …The ``--no-read-protect`` and ``--no-write-protect`` options will disable this behaviour (you can … 134 …reverses the bytes when writing. For this reason, an unprotected key will read back in the reverse… [all …]
|
D | burn-key-digest-cmd.rst | 24 :esp32: - ``--no-protect-key``. Disable default read and write protecting of the key. 26 …:not esp32: - ``--no-read-protect``. Disable read-protecting of the key. This option does not chan… 60 BURN BLOCK2 - OK (write block == read block) 61 BURN BLOCK0 - OK (write block == read block) 91 BURN BLOCK3 - OK (write block == read block) 92 BURN BLOCK0 - OK (write block == read block) 146 BURN BLOCK6 - OK (write block == read block) 147 BURN BLOCK5 - OK (write block == read block) 148 BURN BLOCK4 - OK (write block == read block) 149 BURN BLOCK0 - OK (write block == read block)
|
D | summary-cmd.rst | 20 3. This column has human readable value, read/write protection status, raw value (hexadecimal or bi… 27 …read protection is set. Value of such eFuse field will always show all-zeroes, even though hardwar… 35 - ``-/-`` means both read and write protection are set. 37 Some eFuses have no protection at all, and some eFuses have only one read or write protection. Ther…
|
/hal_espressif-3.4.0/examples/protocols/http_server/persistent_sockets/ |
D | README.md | 52 I (12860) example: /adder PUT handler read 0 55 I (13070) example: /adder handler read 1 57 I (13090) example: /adder handler read 2 59 I (13110) example: /adder handler read 3 61 I (13170) example: /adder handler read 4 63 I (13190) example: /adder handler read 5 65 I (13210) example: /adder handler read 6 67 I (13270) example: /adder handler read 7 69 I (13290) example: /adder handler read 8 71 I (13310) example: /adder handler read 9 [all …]
|
/hal_espressif-3.4.0/examples/protocols/modbus/serial/mb_master/ |
D | README.md | 7 This implementation is able to read/write values of slave devices connected into Modbus segment. Al… 134 I (9035) MASTER_TEST: Characteristic #0 Data_channel_0 (Volts) value = 1.120000 (0x3f8f5c29) read s… 135 I (9045) MASTER_TEST: Characteristic #1 Humidity_1 (%rH) value = 5.539999 (0x40b147ac) read success… 136 I (9045) MASTER_TEST: Characteristic #2 Temperature_1 (C) value = 2.340000 (0x4015c28f) read succes… 137 I (9055) MASTER_TEST: Characteristic #3 Humidity_2 (%rH) value = 2.560000 (0x4023d70a) read success… 138 I (9065) MASTER_TEST: Characteristic #4 Temperature_2 (C) value = 3.560000 (0x4063d70a) read succes… 139 I (9075) MASTER_TEST: Characteristic #5 Humidity_3 (%rH) value = 3.780000 (0x4071eb85) read success… 140 I (9085) MASTER_TEST: Characteristic #6 RelayP1 (on/off) value = OFF (0x55) read successful. 141 I (9095) MASTER_TEST: Characteristic #7 RelayP2 (on/off) value = OFF (0xaa) read successful. 142 I (9605) MASTER_TEST: Characteristic #0 Data_channel_0 (Volts) value = 1.120000 (0x3f8f5c29) read s… [all …]
|
/hal_espressif-3.4.0/tools/ci/python_packages/idf_http_server_test/ |
D | client.py | 57 resp_data = resp.read().decode() 88 resp_data = resp.read().decode() 110 resp.read() 116 resp_data = resp.read().decode() 134 resp_data = resp.read().decode() 151 resp.read().decode() 180 resp.read() 191 resp_data = resp.read().decode() 203 resp_data = resp.read().decode() 237 resp_data = resp.read().decode()
|
/hal_espressif-3.4.0/examples/protocols/modbus/tcp/mb_tcp_master/ |
D | README.md | 4 This implementation is able to read/write values of slave devices connected into Modbus segment. Al… 123 I (6044) MASTER_TEST: Characteristic #0 Data_channel_0 (Volts) value = 1.120000 (0x3f8f5c29) read s… 124 I (6054) MASTER_TEST: Characteristic #1 Humidity_1 (%rH) value = 1.340000 (0x3fab851f) read success… 125 I (6074) MASTER_TEST: Characteristic #2 Temperature_1 (C) value = 2.340000 (0x4015c28f) read succes… 126 I (6084) MASTER_TEST: Characteristic #3 Humidity_2 (%rH) value = 2.560000 (0x4023d70a) read success… 127 I (6094) MASTER_TEST: Characteristic #4 Temperature_2 (C) value = 3.560000 (0x4063d70a) read succes… 128 I (6104) MASTER_TEST: Characteristic #5 Humidity_3 (%rH) value = 3.780000 (0x4071eb85) read success… 129 I (6124) MASTER_TEST: Characteristic #6 RelayP1 (on/off) value = OFF (0x55) read successful. 130 I (6134) MASTER_TEST: Characteristic #7 RelayP2 (on/off) value = OFF (0xaa) read successful. 131 I (6854) MASTER_TEST: Characteristic #0 Data_channel_0 (Volts) value = 1.120000 (0x3f8f5c29) read s… [all …]
|
/hal_espressif-3.4.0/examples/protocols/modbus/serial/ |
D | README.md | 7 After several successful read attempts slave sets the alarm relay (end of test condition). 54 I (549) MASTER_TEST: Characteristic #0 Data_channel_0 (Volts) value = 1.230000 (0x3f9d70a4) read su… 55 I (629) MASTER_TEST: Characteristic #1 Humidity_1 (%rH) value = 12.100000 (0x4141999a) read success… 56 I (709) MASTER_TEST: Characteristic #2 Temperature_1 (C) value = 3.560000 (0x4063d70a) read success… 57 I (769) MASTER_TEST: Characteristic #3 Humidity_2 (%rH) value = 23.400000 (0x41bb3333) read success… 58 I (829) MASTER_TEST: Characteristic #4 Temperature_2 (C) value = 5.890000 (0x40bc7ae1) read success… 59 I (889) MASTER_TEST: Characteristic #5 Humidity_3 (%rH) value = 34.500000 (0x420a0000) read success… 61 E (949) MASTER_TEST: Characteristic #6 (RelayP1) read fail, err = 264 (ESP_ERR_INVALID_RESPONSE). 63 E (1029) MASTER_TEST: Characteristic #7 (RelayP2) read fail, err = 264 (ESP_ERR_INVALID_RESPONSE).
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatt_util.c | 182 p_dest->read.status = p_src->status; in set_read_value() 183 p_dest->read.conn_id = BTC_GATT_GET_CONN_ID(p_src->conn_id); in set_read_value() 185 p_dest->read.status = p_src->status; in set_read_value() 186 p_dest->read.handle = p_src->handle; in set_read_value() 191 p_dest->read.value_len = p_src->p_value->len; in set_read_value() 193 p_dest->read.value = p_src->p_value->p_value; in set_read_value() 197 p_dest->read.value_len = 0; in set_read_value()
|
D | btc_gattc.c | 126 if (p_src_data->read.p_value && p_src_data->read.p_value->p_value) { in btc_gattc_copy_req_data() 127 …p_dest_data->read.p_value = (tBTA_GATT_UNFMT *)osi_malloc(sizeof(tBTA_GATT_UNFMT) + p_src_data->r… in btc_gattc_copy_req_data() 128 p_dest_data->read.p_value->p_value = (uint8_t *)(p_dest_data->read.p_value + 1); in btc_gattc_copy_req_data() 129 if (p_dest_data->read.p_value && p_dest_data->read.p_value->p_value) { in btc_gattc_copy_req_data() 130 p_dest_data->read.p_value->len = p_src_data->read.p_value->len; in btc_gattc_copy_req_data() 131 …memcpy(p_dest_data->read.p_value->p_value, p_src_data->read.p_value->p_value, p_src_data->read.p_v… in btc_gattc_copy_req_data() 162 if (arg->read.p_value) { in btc_gattc_free_req_data() 163 osi_free(arg->read.p_value); in btc_gattc_free_req_data() 805 set_read_value(&gattc_if, ¶m, &arg->read); in btc_gattc_cb_handler() 857 set_read_value(&gattc_if, ¶m, &arg->read); in btc_gattc_cb_handler() [all …]
|
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/advanced-topics/ |
D | spi-flash-modes.rst | 10 … when reading or executing code and data from the SPI flash chip. Data is read and then cached int… 53 …uced "Dual SPI". In Dual SPI modes, the MOSI & MISO pins are both used to read or write data simul… 55 … host uses the "Dual Output Fast Read" (3BH) command to read data. Each read command and the read … 56 This doubles the data transfer rate compared to single SPI which only uses MISO to read data. 58 In ``dio`` mode, the host uses the "Dual I/O Fast Read" (BBH) command to read data. Each read comma… 61 For ESP chips, 32 bytes is read per command and ``dio`` mode is approximately 5% faster than ``dout… 72 … Output Fast Read" (6BH) command to read data. This command is the same as "Dual Output Fast Read"… 74 In ``qio`` mode, the host uses the "Quad I/O Fast Read" (EBH) command to read data. This command is… 86 …ntify the flash chip visually, or by using the :ref:`esptool.py flash_id <read-spi-flash-id>` comm… 99 …reading from flash is slow the data is cached transparently in RAM. Flash read commands are only s… [all …]
|
/hal_espressif-3.4.0/examples/storage/spiffsgen/main/ |
D | spiffsgen_example_main.c | 62 size_t read; in compute_alice_txt_md5() local 65 read = fread((void*) buf, 1, sizeof(buf), f); in compute_alice_txt_md5() 66 mbedtls_md5_update_ret(&ctx, (unsigned const char*) buf, read); in compute_alice_txt_md5() 67 } while(read == sizeof(buf)); in compute_alice_txt_md5()
|
/hal_espressif-3.4.0/components/fatfs/test_fatfs_host/ |
D | test_fatfs.cpp | 60 char *read = (char*) malloc(data_size); variable 77 fr_result = f_read(&file, read, data_size, &bw); 81 REQUIRE(memcmp(data, read, data_size) == 0); 91 free(read);
|
/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/ |
D | bin_image.py | 66 magic = ord(f.read(1)) 165 ) = struct.unpack("<BBBBI", load_file.read(8)) 181 (offset, size) = struct.unpack("<II", f.read(8)) 183 segment_data = f.read(size) 256 return ord(f.read(1)) 523 crc = esp8266_crc32(f.read()) 591 self.stored_digest = load_file.read(32) 594 calc_digest.update(load_file.read(end - start)) 752 digest.update(f.read(image_length)) 782 struct.unpack(self.EXTENDED_HEADER_STRUCT_FMT, load_file.read(16)) [all …]
|
/hal_espressif-3.4.0/components/wear_levelling/test_wl_host/ |
D | test_wl.cpp | 39 uint8_t* read = (uint8_t*) malloc(partition->size); variable 59 result = wl_read(wl_handle, 0, read, partition->size); 63 REQUIRE(memcmp(data, read, partition->size)); 79 result = wl_read(wl_handle, 0, read, partition->size); 83 REQUIRE(memcmp(data, read, partition->size)); 90 free(read);
|
/hal_espressif-3.4.0/examples/system/efuse/ |
D | README.md | 5 This example shows how to use the eFuse API. It demonstrates read and write operations with fields … 34 …oard. If your ESP32 has the `None` coding scheme of eFuse, then write and read operations have no … 75 …* `CONFIG_EFUSE_VIRTUAL=y` - All read and writes operations are redirected to RAM instead of eFuse… 101 I (333) example: read efuse fields 102 I (333) example: 1. read MAC address: d8:a0:1d:40:ac:90 103 I (343) example: 2. read secure_version: 0 104 I (343) example: 3. read custom fields 133 I (337) example: read efuse fields 134 I (337) example: 1. read MAC address: 84:0d:8e:18:8e:44 135 I (347) example: 2. read secure_version: 0 [all …]
|
/hal_espressif-3.4.0/components/esptool_py/esptool/ |
D | setup.py | 24 def read(*names, **kwargs): function 29 return fp.read() 33 version_file = read(*file_paths)
|
/hal_espressif-3.4.0/components/wear_levelling/ |
D | WL_Flash.cpp | 129 this->flash_drv->read(this->addr_state1, &this->state, sizeof(wl_state_t)); in init() 132 result = this->flash_drv->read(this->addr_state2, state_copy, sizeof(wl_state_t)); in init() 166 …result = this->flash_drv->read(this->addr_state1 + sizeof(wl_state_t) + i * this->cfg.wr_size, thi… in init() 200 …result = this->flash_drv->read(this->addr_state1 + sizeof(wl_state_t) + i * this->cfg.wr_size, thi… in init() 208 result = this->flash_drv->read(this->addr_state2, &this->state, sizeof(wl_state_t)); in init() 217 …result = this->flash_drv->read(this->addr_state2 + sizeof(wl_state_t) + i * this->cfg.wr_size, thi… in init() 226 result = this->flash_drv->read(this->addr_state1, &this->state, sizeof(wl_state_t)); in init() 255 …result = this->flash_drv->read(this->addr_state1 + sizeof(wl_state_t) + i * this->cfg.wr_size, thi… in recoverPos() 335 result = this->flash_drv->read(this->addr_state2, state_copy, sizeof(wl_state_t)); in updateV1_V2() 352 …result = this->flash_drv->read(this->addr_state1 + sizeof(wl_state_t) + i * this->cfg.wr_size, &po… in updateV1_V2() [all …]
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | main.c | 266 …D_EVT, conn_id %d, trans_id %d, handle %d\n", param->read.conn_id, param->read.trans_id, param->re… in gatts_profile_a_event_handler() 269 rsp.attr_value.handle = param->read.handle; in gatts_profile_a_event_handler() 275 esp_ble_gatts_send_response(gatts_if, param->read.conn_id, param->read.trans_id, in gatts_profile_a_event_handler() 414 …D_EVT, conn_id %d, trans_id %d, handle %d\n", param->read.conn_id, param->read.trans_id, param->re… in gatts_profile_b_event_handler() 417 rsp.attr_value.handle = param->read.handle; in gatts_profile_b_event_handler() 423 esp_ble_gatts_send_response(gatts_if, param->read.conn_id, param->read.trans_id, in gatts_profile_b_event_handler()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | gatts_demo.c | 341 …D_EVT, conn_id %d, trans_id %d, handle %d\n", param->read.conn_id, param->read.trans_id, param->re… in gatts_profile_a_event_handler() 344 rsp.attr_value.handle = param->read.handle; in gatts_profile_a_event_handler() 350 esp_ble_gatts_send_response(gatts_if, param->read.conn_id, param->read.trans_id, in gatts_profile_a_event_handler() 513 …D_EVT, conn_id %d, trans_id %d, handle %d\n", param->read.conn_id, param->read.trans_id, param->re… in gatts_profile_b_event_handler() 516 rsp.attr_value.handle = param->read.handle; in gatts_profile_b_event_handler() 522 esp_ble_gatts_send_response(gatts_if, param->read.conn_id, param->read.trans_id, in gatts_profile_b_event_handler()
|
/hal_espressif-3.4.0/examples/system/base_mac_address/ |
D | README.md | 28 …* `eFuse BLK0` will cause this example to read the base MAC address from eFuse Block 0 and is sele… 29 …read the base MAC address from words 1 & 2 of eFuse Block 3. `eFuse BLK3` allows users to use a cu… 53 I (288) BASE_MAC: Base MAC Address read from EFUSE BLK0 55 I (288) BASE_MAC: Base MAC Address read from EFUSE BLK3 57 I (288) BASE_MAC: Base MAC Address read from external storage 92 I (308) BASE_MAC: Base MAC Address read from EFUSE BLK0
|
/hal_espressif-3.4.0/docs/en/api-reference/protocols/ |
D | esp_sdio_slave_protocol.rst | 90 CMD52/53 (Read 0x10~0x11, read to check the final value) 99 CMD52/53 (Read 0x110~0x111, read to check the final value) 129 …accumulated data length (in bytes) already read by host plus the data copied to the buffer but yet… 152 The address of CMD53 is related to the length requested to read from or write to the slave in a sin… 195 To read the slave's sending FIFO, the host should complete the following steps: 199 …y, read the PKT_LEN register**. Before reading the packets, determine the length of data to be rea… 201 5. **Update the read length**.
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/ |
D | emulate_efuse_controller_base.py | 28 bytes=open(self.efuse_file, "rb").read(), 59 return self.mem.read("uint:32") 69 cur_val = self.mem.read("uint:32") 125 return block.read(field_len) 127 return block.read(field.type) 143 block = self.mem.read(blk_len_bits)
|