Searched refs:region_is_default_ram (Results 1 – 1 of 1) sorted by relevance
215 def region_is_default_ram(region_name: str) -> bool: function355 if region_is_default_ram(memory_type) and kind in (SectionKind.DATA, SectionKind.BSS):358 if not region_is_default_ram(memory_type) and kind is SectionKind.RODATA:366 … if region_is_default_ram(memory_type) and kind in (SectionKind.TEXT, SectionKind.LITERAL):391 if region_is_default_ram(memory_type) and is_copy:398 if region_is_default_ram(memory_type) and is_copy:401 if region_is_default_ram(memory_type):425 if region_is_default_ram(memory_type) and kind is SectionKind.DATA:437 and not region_is_default_ram(memory_type)