Home
last modified time | relevance | path

Searched refs:STACKSTART (Results 1 – 2 of 2) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_cm3_misc.c248 #define STACKSTART 0x20000014 macro
250 u32 _StackStart __attribute__((at(STACKSTART)))= HT_SRAM_BASE;
283 #define STACKSTART "0x20000014" macro
285 u32 _StackStart __attribute__((section(".ARM.__at_"STACKSTART))) = HT_SRAM_BASE;
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_cm0plus_misc.c259 #define STACKSTART 0x20000014 macro
261 u32 _StackStart __attribute__((at(STACKSTART)))= HT_SRAM_BASE;
294 #define STACKSTART "0x20000014" macro
296 u32 _StackStart __attribute__((section(".ARM.__at_"STACKSTART))) = HT_SRAM_BASE;

Completed in 6 milliseconds