Home
last modified time | relevance | path

Searched refs:__STACK_SIZE (Results 1 – 25 of 34) sorted by relevance

12

/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32HG/Source/GCC/
Dstartup_efm32hg.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efm32hg.S40 #ifdef __STACK_SIZE
41 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32PG1B/Source/GCC/
Dstartup_efm32pg1b.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efm32pg1b.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32FG1P/Source/GCC/
Dstartup_efr32fg1p.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efr32fg1p.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32PG12B/Source/GCC/
Dstartup_efm32pg12b.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efm32pg12b.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32JG12B/Source/GCC/
Dstartup_efm32jg12b.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efm32jg12b.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32WG/Source/GCC/
Dstartup_efm32wg.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efm32wg.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32MG12P/Source/GCC/
Dstartup_efr32mg12p.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efr32mg12p.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32FG13P/Source/GCC/
Dstartup_efr32fg13p.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efr32fg13p.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32BG13P/Source/GCC/
Dstartup_efr32bg13p.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efr32bg13p.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFR32MG21/Source/GCC/
Dstartup_efr32mg21.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efr32mg21.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32GG11B/Source/GCC/
Dstartup_efm32gg11b.c74 #ifndef __STACK_SIZE
75 #define __STACK_SIZE 0x00000400 macro
77 static uint8_t stack[__STACK_SIZE] __attribute__ ((aligned(8), used, section(".stack")));
Dstartup_efm32gg11b.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32GG12B/Source/GCC/
Dstartup_efm32gg12b.S39 #ifdef __STACK_SIZE
40 .equ Stack_Size, __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32HG/Source/ARM/
Dstartup_efm32hg.s42 IF :DEF: __STACK_SIZE
43 Stack_Size EQU __STACK_SIZE
/hal_silabs-3.5.0/gecko/Device/SiliconLabs/EFM32GG12B/Source/
Dstartup_efm32gg12b.c90 #ifndef __STACK_SIZE
91 #define __STACK_SIZE 0x00000400 macro

12