Home
last modified time | relevance | path

Searched defs:section (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/.github/workflows/
Dissues-report-config.json3 "section": "High Priority Bugs", string
8 "section": "Medium Priority Bugs", string
13 "section": "Low Priority Bugs", string
18 "section": "Enhancements", string
23 "section": "Features", string
28 "section": "Questions", string
33 "section": "Static Analysis", string
/Zephyr-Core-3.7.0/scripts/logging/dictionary/dictionary_parser/
Dutils.py28 def extract_one_string_in_section(section, str_ptr): argument
/Zephyr-Core-3.7.0/scripts/footprint/
Dsize_report185 def print_section_info(section, descr=""): argument
576 …def __init__(self, name, identifier, size=0, parent=None, children=None, address=None, section=Non… argument
631 def _insert_one_elem(root, path, size, addr, section): argument
/Zephyr-Core-3.7.0/samples/boards/nrf/system_off/src/
Dretained.c107 uint32_t section = (addr - block_base) / section_size; in ram_range_retain() local
/Zephyr-Core-3.7.0/scripts/logging/dictionary/
Ddatabase_gen.py408 def extract_strings_in_one_section(section, str_mappings): argument