Searched refs:gap (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.6.0/components/heap/ |
D | heap_tlsf.c | 823 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/ |
D | component.mk | 64 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 \
|
D | CMakeLists.txt | 75 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/ |
D | test_async_memcpy.c | 69 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/ |
D | emac_ll.h | 187 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/ |
D | sections.ld.in | 255 /* 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/ |
D | sections.ld.in | 263 /* 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/ |
D | sections.ld.in | 298 /* 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/ |
D | Periodic_Sync_Example_Walkthrough.md | 101 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/ |
D | Gatt_Client_Example_Walkthrough.md | 75 //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/ |
D | sections.ld.in | 259 /* Create an empty gap within this section. Thanks to this, the end of this
|
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 280 /* 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/ |
D | Periodic_adv_Example_Walkthrough.md | 81 ESP_LOGE(LOG_TAG, "gap register error, error code = %x", ret);
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/multi-adv/tutorial/ |
D | Mulit_Adv_Example_Walkthrough.md | 80 ESP_LOGE(LOG_TAG, "gap register error, error code = %x", ret);
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | freertos_additions.rst | 373 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/ |
D | Gatt_Server_Example_Walkthrough.md | 83 ESP_LOGE(GATTS_TAG, "gap register error, error code = %x", ret);
|