Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/components/heap/
Dheap_tlsf.c823 size_t gap = tlsf_cast(size_t, in tlsf_memalign_offs() local
832 if ((gap && gap < gap_minimum) || (!gap && off_adjust && align > ALIGN_SIZE)) in tlsf_memalign_offs()
834 const size_t gap_remain = gap_minimum - gap; in tlsf_memalign_offs()
840 gap = tlsf_cast(size_t, in tlsf_memalign_offs()
844 if (gap) in tlsf_memalign_offs()
846 tlsf_assert(gap >= gap_minimum && "gap size too small"); in tlsf_memalign_offs()
847 block = block_trim_free_leading(control, block, gap - off_adjust); in tlsf_memalign_offs()
/hal_espressif-3.6.0/components/bt/
Dcomponent.mk64 host/bluedroid/btc/profile/std/gap/include \
72 host/bluedroid/stack/gap/include \
111 host/bluedroid/btc/profile/std/gap \
122 host/bluedroid/stack/gap \
191 host/nimble/nimble/nimble/host/services/gap/include \
213 host/nimble/nimble/nimble/host/services/gap/src \
DCMakeLists.txt75 host/bluedroid/stack/gap/include
198 "host/bluedroid/btc/profile/std/gap/btc_gap_ble.c"
199 "host/bluedroid/btc/profile/std/gap/btc_gap_bt.c"
200 "host/bluedroid/btc/profile/std/gap/bta_gap_bt_co.c"
288 "host/bluedroid/stack/gap/gap_api.c"
289 "host/bluedroid/stack/gap/gap_ble.c"
290 "host/bluedroid/stack/gap/gap_conn.c"
291 "host/bluedroid/stack/gap/gap_utils.c"
455 host/nimble/nimble/nimble/host/services/gap/include
495 "host/nimble/nimble/nimble/host/services/gap/src/ble_svc_gap.c"
[all …]
/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_async_memcpy.c69 uint8_t gap = MAX(from_addr - src_buf, to_addr - dst_buf); in async_memcpy_setup_testbench() local
70 buffer_size -= gap; in async_memcpy_setup_testbench()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Demac_ll.h187 static inline void emac_ll_set_inter_frame_gap(emac_mac_dev_t *mac_regs, uint32_t gap) in emac_ll_set_inter_frame_gap() argument
189 mac_regs->gmacconfig.interframegap = gap; in emac_ll_set_inter_frame_gap()
/hal_espressif-3.6.0/components/esp_system/ld/esp32c3/
Dsections.ld.in255 /* Create an empty gap as big as .flash.text section */
270 /* Create an empty gap within this section. Thanks to this, the end of this
/hal_espressif-3.6.0/components/esp_system/ld/esp32h2/
Dsections.ld.in263 /* Create an empty gap as big as .flash.text section */
278 /* Create an empty gap within this section. Thanks to this, the end of this
/hal_espressif-3.6.0/components/esp_system/ld/esp32s3/
Dsections.ld.in298 /* Create an empty gap as big as .flash.text section */
313 /* Create an empty gap within this section. Thanks to this, the end of this
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/tutorial/
DPeriodic_Sync_Example_Walkthrough.md101 ESP_LOGE(LOG_TAG, "gap register error, error code = %x", ret);
160 //register the callback function to the gap module
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/
DGatt_Client_Example_Walkthrough.md75 //register the callback function to the gap module
78 ESP_LOGE(GATTC_TAG, "%s gap register failed, error code = %x\n", __func__, ret);
145 //register the callback function to the gap module
406 … only that connection from the Application Profile is closed, while if the gap disconnect function…
/hal_espressif-3.6.0/components/esp_system/ld/esp32/
Dsections.ld.in259 /* Create an empty gap within this section. Thanks to this, the end of this
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/
Dsections.ld.in280 /* Create an empty gap within this section. Thanks to this, the end of this
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/tutorial/
DPeriodic_adv_Example_Walkthrough.md81 ESP_LOGE(LOG_TAG, "gap register error, error code = %x", ret);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/multi-adv/tutorial/
DMulit_Adv_Example_Walkthrough.md80 ESP_LOGE(LOG_TAG, "gap register error, error code = %x", ret);
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dfreertos_additions.rst373 However, in between iterations of acquiring the semaphore, there is a **gap in the critical section…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md83 ESP_LOGE(GATTS_TAG, "gap register error, error code = %x", ret);