/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32HG/Source/GCC/ |
D | startup_efm32hg.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efm32hg.S | 40 #ifdef __STACK_SIZE 41 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32PG1B/Source/GCC/ |
D | startup_efm32pg1b.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efm32pg1b.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32FG1P/Source/GCC/ |
D | startup_efr32fg1p.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efr32fg1p.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32PG12B/Source/GCC/ |
D | startup_efm32pg12b.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efm32pg12b.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32JG12B/Source/GCC/ |
D | startup_efm32jg12b.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efm32jg12b.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32WG/Source/GCC/ |
D | startup_efm32wg.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efm32wg.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32MG12P/Source/GCC/ |
D | startup_efr32mg12p.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efr32mg12p.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32FG13P/Source/GCC/ |
D | startup_efr32fg13p.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efr32fg13p.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32BG13P/Source/GCC/ |
D | startup_efr32bg13p.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efr32bg13p.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32MG21/Source/GCC/ |
D | startup_efr32mg21.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efr32mg21.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32GG11B/Source/GCC/ |
D | startup_efm32gg11b.c | 74 #ifndef __STACK_SIZE 75 #define __STACK_SIZE 0x00000400 macro 77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
|
D | startup_efm32gg11b.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32GG12B/Source/GCC/ |
D | startup_efm32gg12b.S | 39 #ifdef __STACK_SIZE 40 .equ Stack_Size, __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32HG/Source/ARM/ |
D | startup_efm32hg.s | 42 IF :DEF: __STACK_SIZE 43 Stack_Size EQU __STACK_SIZE
|
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32GG12B/Source/ |
D | startup_efm32gg12b.c | 90 #ifndef __STACK_SIZE 91 #define __STACK_SIZE 0x00000400 macro
|