Searched refs:region_is_default_ram (Results 1 – 1 of 1) sorted by relevance
217 def region_is_default_ram(region_name: str) -> bool: function360 if region_is_default_ram(memory_type) and kind in (SectionKind.DATA, SectionKind.BSS):363 if not region_is_default_ram(memory_type) and kind is SectionKind.RODATA:371 … if region_is_default_ram(memory_type) and kind in (SectionKind.TEXT, SectionKind.LITERAL):396 if region_is_default_ram(memory_type) and is_copy:403 if region_is_default_ram(memory_type) and is_copy:406 if region_is_default_ram(memory_type):430 if region_is_default_ram(memory_type) and kind is SectionKind.DATA:442 and not region_is_default_ram(memory_type)