Searched refs:Align (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.5.0/tools/ldgen/test/ |
D | test_fragments.py | 853 expected = [('text', 'flash_text', [Mapping.Align(8, True, False)]), 854 ('rodata', 'flash_rodata', [Mapping.Align(8, True, False)]), 855 ('data', 'dram0_data', [Mapping.Align(8, True, True)]), 856 ('bss', 'dram0_bss', [Mapping.Align(8, False, True)]), 857 … ('common', 'dram0_bss', [Mapping.Align(8, True, True), Mapping.Align(8, True, False)])] 941 expected = [('text', 'flash_text', [Mapping.Align(4, True, False), 944 Mapping.Align(8, True, False), 947 Mapping.Align(4, True, False), 950 Mapping.Align(8, True, False), 951 Mapping.Align(4, True, False), [all …]
|
/hal_espressif-3.5.0/tools/ldgen/ |
D | fragments.py | 346 class Align(Flag): class in Mapping 369 res = Mapping.Align(alignment) 371 res = Mapping.Align(alignment, tok.pre) 373 res = Mapping.Align(alignment, False, tok.post) 375 res = Mapping.Align(alignment, tok.pre, tok.post) 382 return (isinstance(other, Mapping.Align) and 495 …flag = Or([f.get_grammar() for f in [Mapping.Keep, Mapping.Align, Mapping.Surround, Mapping.Sort]])
|
/hal_espressif-3.5.0/docs/en/hw-reference/esp32s2/ |
D | user-guide-esp-lyrap-lcd32-v1.1.rst | 95 2. Align the ESP-LyraP-LCD32 with the bolts and Extension Header and insert it carefully
|
D | user-guide-esp-lyrap-lcd32-v1.2.rst | 107 2. Align the ESP-LyraP-LCD32 with the bolts and Extension Header and insert it carefully
|
D | user-guide-esp-lyrat-8311a_v1.2.rst | 110 2. Align the ESP-LyraT-8311A with the bolts and Extension Header and insert it carefully
|
D | user-guide-esp-lyrat-8311a_v1.3.rst | 111 2. Align the ESP-LyraT-8311A with the bolts and Extension Header and insert it carefully
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | linker-script-generation.rst | 458 Align the placement by the amount specified in ``alignment``. Generates
|