Searched defs:section (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/.github/workflows/ |
D | issues-report-config.json | 3 "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/ |
D | utils.py | 28 def extract_one_string_in_section(section, str_ptr): argument
|
/Zephyr-Core-3.7.0/scripts/footprint/ |
D | size_report | 185 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/ |
D | retained.c | 107 uint32_t section = (addr - block_base) / section_size; in ram_range_retain() local
|
/Zephyr-Core-3.7.0/scripts/logging/dictionary/ |
D | database_gen.py | 408 def extract_strings_in_one_section(section, str_mappings): argument
|