/hal_espressif-latest/components/mbedtls/port/dynamic/ |
D | esp_ssl_cli.c | 18 static int manage_resource(mbedtls_ssl_context *ssl, bool add) in manage_resource() argument 20 int state = add ? ssl->MBEDTLS_PRIVATE(state) : ssl->MBEDTLS_PRIVATE(state) - 1; in manage_resource() 26 if (!add) { in manage_resource() 46 if (add) { in manage_resource() 55 if (add) { in manage_resource() 62 if (add) { in manage_resource() 73 if (add) { in manage_resource() 82 if (add) { in manage_resource() 93 if (add) { in manage_resource() 104 if (add) { in manage_resource() [all …]
|
D | esp_ssl_srv.c | 33 static int manage_resource(mbedtls_ssl_context *ssl, bool add) in manage_resource() argument 35 int state = add ? ssl->MBEDTLS_PRIVATE(state) : ssl->MBEDTLS_PRIVATE(state) - 1; in manage_resource() 41 if (!add) { in manage_resource() 51 if (add) { in manage_resource() 60 if (add) { in manage_resource() 67 if (add) { in manage_resource() 98 if (add) { in manage_resource() 117 if (add) { in manage_resource() 124 if (add) { in manage_resource() 133 if (add) { in manage_resource() [all …]
|
/hal_espressif-latest/components/xtensa/include/xtensa/ |
D | idmaasm.h | 51 add \a_temp2, \a_temp2, \a_temp3 55 add \a_temp2, \a_temp2, \a_temp3 59 add \a_temp2, \a_temp2, \a_temp3 63 add \a_temp2, \a_temp2, \a_temp3 67 add \a_temp2, \a_temp2, \a_temp3
|
D | coreasm.h | 736 add \arr, \ars, \art 737 add \arr, \ars, \art 744 add \arr, \arr, \art 764 add \arr, \ars, \art 765 add \arr, \ars, \art 766 add \arr, \ars, \art 767 add \arr, \ars, \art 774 add \arr, \arr, \art 794 add \arr, \ars, \art 795 add \arr, \ars, \art [all …]
|
D | cacheattrasm.h | 116 1: add a3, a3, a5 // next segment 335 add a4, a4, a8 // combine new CA with PPN to preserve 371 add a4, a4, a8 // combine new CA with PPN to preserve
|
/hal_espressif-latest/components/mbedtls/port/include/mbedtls/ |
D | gcm.h | 38 const unsigned char *add, size_t add_len); 56 const unsigned char *add, 68 const unsigned char *add,
|
/hal_espressif-latest/tools/esptool_py/ |
D | CHANGELOG.md | 13 - **esptool**: add new command SFDP read 18 - **cli**: add autocompletions 36 - **esp32-p4**: add spi-connection restriction to ROM class 37 - add UF2 IDs for ESP32-C5 and ESP32-C61 39 - **esp32c61**: add c61 basic flash support (no_stub) 53 - add advisory port locking 56 - **esp32c5**: add target esp32c5 beta3 67 - **bin_image**: add check for ELF file segment when saving RAM segments 74 - **elf2image**: add ELF flags to merge condition 88 - **read_flash**: add flash size arg to enable reading past 2MB without stub [all …]
|
/hal_espressif-latest/components/newlib/ |
D | stdatomic.c | 363 SYNC_FETCH_OP(add, 1, unsigned char) 364 SYNC_FETCH_OP(add, 2, short unsigned int) 365 SYNC_FETCH_OP(add, 4, unsigned int) 367 SYNC_OP_FETCH(add, 1, unsigned char) 368 SYNC_OP_FETCH(add, 2, short unsigned int) 369 SYNC_OP_FETCH(add, 4, unsigned int) 483 SYNC_FETCH_OP(add, 8, long long unsigned int) 495 SYNC_OP_FETCH(add, 8, long long unsigned int)
|
D | CMakeLists.txt | 69 # if lwip is included in the build, add it as a public requirement so that
|
/hal_espressif-latest/zephyr/scripts/blobs/ |
D | README.md | 3 This document explains how to generate `module.yml` file to add specific revision of wifi and BT RF…
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 81 static bt_status_t _btc_storage_in_fetch_bonded_bt_device(const char *remote_bd_addr, int add) in _btc_storage_in_fetch_bonded_bt_device() argument 94 if (add) { in _btc_storage_in_fetch_bonded_bt_device() 130 static bt_status_t btc_in_fetch_bonded_devices(int add) in btc_in_fetch_bonded_devices() argument 149 status = _btc_storage_in_fetch_bonded_bt_device(name, add); in btc_in_fetch_bonded_devices() 154 status = _btc_storage_in_fetch_bonded_ble_device(name, add); in btc_in_fetch_bonded_devices()
|
D | btc_ble_storage.c | 905 bt_status_t _btc_storage_in_fetch_bonded_ble_device(const char *remote_bd_addr, int add) in _btc_storage_in_fetch_bonded_ble_device() argument 928 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 931 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 934 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 937 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 940 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 943 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | proxy_client.h | 53 } add; member
|
D | proxy_client.c | 868 if (cfg->add.addr == NULL || cfg->add.addr_num == 0) { in send_proxy_cfg() 873 alloc_len = sizeof(cfg->opcode) + (cfg->add.addr_num << 1); in send_proxy_cfg() 906 for (uint16_t i = 0U; i < cfg->add.addr_num; i++) { in send_proxy_cfg() 907 net_buf_simple_add_le16(buf, cfg->add.addr[i]); in send_proxy_cfg()
|
D | provisioner_main.c | 947 int add = -1; in bt_mesh_provisioner_local_app_key_add() local 977 add = provisioner_check_app_key_full(); in bt_mesh_provisioner_local_app_key_add() 978 if (add < 0) { in bt_mesh_provisioner_local_app_key_add() 1028 bt_mesh.p_app_keys[add] = key; in bt_mesh_provisioner_local_app_key_add() 1219 int add = -1; in bt_mesh_provisioner_local_net_key_add() local 1243 add = provisioner_check_net_key_full(); in bt_mesh_provisioner_local_net_key_add() 1244 if (add < 0) { in bt_mesh_provisioner_local_net_key_add() 1293 bt_mesh.p_sub[add] = sub; in bt_mesh_provisioner_local_net_key_add()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_ble_storage.h | 65 bt_status_t _btc_storage_in_fetch_bonded_ble_device(const char *remote_bd_addr, int add);
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | highint_hdl.S | 359 add a3, a3, a2 376 add a0, a0, a5 529 add a0, a0, a5
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 27 /* possibly align + add 16B for CPU dummy speculative instr. fetch */ 207 /* align + add 16B for CPU dummy speculative instr. fetch */ 409 * safe access to up to 16 bytes after the last real instruction, add 442 * Indeed, it may be required to add some padding at some points in the code
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_api.c | 354 void SMP_SetStaticPasskey (BOOLEAN add, UINT32 passkey) in SMP_SetStaticPasskey() argument 358 if(add) { in SMP_SetStaticPasskey()
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/ |
D | bootloader.ld | 173 * safe access to up to 16 bytes after the last real instruction, add 184 * Indeed, it may be required to add some padding at some points in the code
|
/hal_espressif-latest/components/hal/ |
D | README.md | 19 …he abstraction layer HAL header via `include_next`. These extensions might add more function decla…
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 184 * safe access to up to 16 bytes after the last real instruction, add 195 * Indeed, it may be required to add some padding at some points in the code
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | smp_api.h | 418 extern void SMP_SetStaticPasskey (BOOLEAN add, UINT32 passkey);
|
/hal_espressif-latest/components/newlib/port/riscv/ |
D | port_stdatomic.S | 288 add t3, t4, a1 312 add t4, t4, a1 622 add t3, t4, a1 647 add t3, t3, a1
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | execute-scripts-cmd.rst | 28 If you want to use other libs in the script you can add them manually. 31 …itals) to continue.``. To skip this check and go without confirmation just add the ``--do-not-conf…
|