Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.7.0/components/log/
Dlog.c56 uint32_t generation : 29; member
134 assert(i == 0 || s_log_cache[(i - 1) / 2].generation < s_log_cache[i].generation); in esp_log_level_set()
220 assert(i == 0 || s_log_cache[(i - 1) / 2].generation < s_log_cache[i].generation); in get_cached_log_level()
238 s_log_cache[i].generation = s_log_cache_max_generation++; in get_cached_log_level()
247 uint32_t generation = s_log_cache_max_generation++; in add_to_cache() local
253 .generation = generation, in add_to_cache()
267 .generation = generation in add_to_cache()
296 …int next = (s_log_cache[left_index].generation < s_log_cache[right_index].generation) ? left_index… in heap_bubble_down()
/hal_espressif-3.7.0/components/esp_system/ld/
Dld.cmake16 # Process the template file through the linker script generation mechanism, and use the output for …
/hal_espressif-3.7.0/components/esp_system/ld/esp32c2/
Dmemory.ld.in41 * (0x20 offset above is a convenience for the app binary image generation.
/hal_espressif-3.7.0/zephyr/scripts/pinctrl/
DREADME.md45 …ript expects an array. Failing to do so, may lead to unintended states generation. For example, `[…
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espsecure/
Dindex.rst79 # is not explicitly specified while key-pair generation.
/hal_espressif-3.7.0/components/esp_system/ld/esp32c3/
Dmemory.ld.in51 * (0x20 offset above is a convenience for the app binary image generation.
/hal_espressif-3.7.0/components/esp_system/ld/esp32c6/
Dmemory.ld.in58 * (0x20 offset above is a convenience for the app binary image generation.
/hal_espressif-3.7.0/components/esp_system/ld/esp32h2/
Dmemory.ld.in58 * (0x20 offset above is a convenience for the app binary image generation.
/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/
Dbasic-options.rst16 * Binary image generation commands, such as :ref:`elf2image <elf-2-image>` or :ref:`merge_bin <merg…
/hal_espressif-3.7.0/components/esp_system/ld/esp32s2/
Dmemory.ld.in66 (0x20 offset above is a convenience for the app binary image generation.
/hal_espressif-3.7.0/components/esp_system/ld/esp32s3/
Dmemory.ld.in69 * (0x20 offset above is a convenience for the app binary image generation.
/hal_espressif-3.7.0/components/esp_system/ld/esp32/
Dmemory.ld.in63 (0x20 offset above is a convenience for the app binary image generation.
/hal_espressif-3.7.0/components/esp_system/
DKconfig123 …and generation of both .eh_frame and .eh_frame_hdr sections, resulting in a bigger binary size (20…