Searched refs:begin (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.7.0/components/bt/controller/esp32/ |
D | hli_api.c | 128 return queue->begin == queue->end; in queue_empty() 133 return wrap_ptr(queue, queue->end + queue->elem_size) == queue->begin; in queue_full() 173 hli_queue_handle_t *item = (hli_queue_handle_t*) s_meta_queue_ptr->begin; in queue_signal() 193 queue->begin = queue->buf; in queue_init() 266 memcpy(out, queue->begin, queue->elem_size); in hli_queue_get() 267 queue->begin = wrap_ptr(queue, queue->begin + queue->elem_size); in hli_queue_get()
|
D | hli_api.h | 27 char* begin; member
|
/hal_espressif-3.7.0/components/esp_system/ |
D | eh_frame_parser.c | 407 uint32_t begin = 0; in esp_eh_frame_find_entry() local 409 uint32_t middle = (end + begin) / 2; in esp_eh_frame_find_entry() 437 begin = middle + 1; in esp_eh_frame_find_entry() 447 begin = middle + 1; in esp_eh_frame_find_entry() 452 middle = (end + begin) / 2; in esp_eh_frame_find_entry()
|
D | startup.c | 182 void __register_frame_info (const void *begin, struct object *ob); in do_global_ctors()
|
/hal_espressif-3.7.0/components/xtensa/include/xtensa/ |
D | cacheattrasm.h | 312 .begin no-transform 415 .begin no-transform
|
D | coreasm.h | 327 .begin no-transform // ensure what follows is assembled exactly as-is
|
/hal_espressif-3.7.0/components/esp_timer/test_apps/main/ |
D | test_esp_timer.c | 391 int64_t begin = esp_timer_get_time(); 397 int ns_per_call = (int) ((end - begin) * 1000 / iter_count);
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32c2/ |
D | sections.ld.in | 155 * section will match .flash.rodata's begin address. Thus, both sections
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 319 * section will match .flash.rodata's begin address. Thus, both sections
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 286 * section will match .flash.rodata's begin address. Thus, both sections
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32/ |
D | sections.ld.in | 295 * section will match .flah.rodata's begin address. Thus, both sections
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32c6/ |
D | sections.ld.in | 321 * section will match .flash.rodata's begin address. Thus, both sections
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 294 * section will match .flah.rodata's begin address. Thus, both sections
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 323 * section will match .flah.rodata's begin address. Thus, both sections
|
/hal_espressif-3.7.0/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 226 …et, flash offset. A fifth 32-bit word passed to ROM loader only: ``1`` to begin encrypted flash, `… 251 … | A fifth 32-bit word passed to ROM loader only: ``1`` to begin encrypted flash, `…
|