Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DKconfig.cache9 then the other 8KB will be added to the heap.
34 If you use 0KB data cache, the other 16KB will be added to the heap
35 … If you use 8KB data cache rather than 16KB data cache, the other 8KB will be added to the heap
DCMakeLists.txt26 #ld_include_highint_hdl is added as an undefined symbol because otherwise the
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c113 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_zero()
126 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_set()
139 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_clear()
245 group_zero(lpn->added); in clear_friendship()
634 if (bt_mesh_atomic_test_bit(lpn->added, i) || in lpn_group_del()
650 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_popcount()
661 int added_count = group_popcount(lpn->added); in sub_update()
690 if (bt_mesh_atomic_test_bit(lpn->added, i)) { in sub_update()
914 group_set(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm()
919 group_clear(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm()
Dnet.h200 BLE_MESH_ATOMIC_DEFINE(added, LPN_GROUPS);
/hal_espressif-latest/components/esp_rom/
DREADME.md23 So, we added a wrapper for those commonly used ROM functions. They're declared in `esp_rom/include/…
49 │   └── ... // other ROM linker scripts, added when bring up new chip
59 │   │   └── ... // other original ROM header files, added when bring up new chip
/hal_espressif-latest/components/esp_app_format/
DCMakeLists.txt4 # esp_app_desc structure is added as an undefined symbol because otherwise the
/hal_espressif-latest/components/esp_common/
DCMakeLists.txt13 # Note: esp_ipc, esp_pm added as a public requirement to keep compatibility as to be located here.
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DCMakeLists.txt27 #ld_include_highint_hdl is added as an undefined symbol because otherwise the
DKconfig.cache72 the other 32KB will be added to the heap.
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DCMakeLists.txt26 #ld_include_highint_hdl is added as an undefined symbol because otherwise the
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c1254 int added = 0; in wpa_insert_pmkid() local
1287 added += 2; in wpa_insert_pmkid()
1302 os_memmove(rpos + 2 + PMKID_LEN, rpos, end + added - rpos); in wpa_insert_pmkid()
1306 added += 2 + PMKID_LEN; in wpa_insert_pmkid()
1331 added -= num_pmkid * PMKID_LEN; in wpa_insert_pmkid()
1335 os_memmove(rpos + PMKID_LEN, rpos, end + added - rpos); in wpa_insert_pmkid()
1337 added += PMKID_LEN; in wpa_insert_pmkid()
1344 *ies_len += added; in wpa_insert_pmkid()
/hal_espressif-latest/components/hal/
DKconfig78 features will be added and bugs will be fixed in the IDF source
91 features will be added and bugs will be fixed in the IDF source
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hidh_api.h280 bool added; /*!< Indicate if added */ member
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DREADME.md33 …akes care of most of these steps (only the ESP8266 gcc toolchain has to be manually added to PATH).
/hal_espressif-latest/components/soc/
DCMakeLists.txt129 # esp_dport_access_reg_read is added as an undefined symbol because otherwise
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dsections.ld.in117 /* New data can only be added here to ensure existing data are not moved.
308 * added for the mapping header. */
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md123 - **esptool**: added target to esp32p4
128 - **get_security_info**: Improved the output format and added more details
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dsections.ld.in117 /* New data can only be added here to ensure existing data are not moved.
308 * added for the mapping header. */
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in120 /* New data can only be added here to ensure existing data are not moved.
139 /* New data can only be added here to ensure existing data are not moved.
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dsections.ld.in115 /* New data can only be added here to ensure existing data are not moved.
273 * added for the mapping header. */
/hal_espressif-latest/components/heap/
DKconfig113 features will be added and bugs will be fixed in the IDF source
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in122 /* New data can only be added here to ensure existing data are not moved.
310 * added for the mapping header. */
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in182 int "Maximum number of unprovisioned devices that can be added to device queue"
186 This option specifies how many unprovisioned devices can be added to device
235 … Indeed, this value decides the number of network keys which can be added by a Provisioner.
243 … Indeed, this value decides the number of the application keys which can be added by a Provisioner.
433 mesh stack, key of "mesh/role" is added in nvs, recovering node
440 we have added the support of storing Provisioner information, while
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dsections.ld.in160 * added for the mapping header. */
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dspi-flash-modes.rst68 … transfers, SPI flash manufacturers introduced "Quad SPI" mode. This mode added two additional pin…

12