代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/260631/11716554
c main.c
#include"..\ucos-ii\includes.h" /* uC/OS interface */
#include
#include"uhal.h"
#pragma import(__use_no_semihosting_swi) // ensure no functions that use semihosting
www.eeworm.com/read/346797/11721704
s initstack.s
;/********************************************************************************************************
;* 文件: InitStack.S
;* 描述: 初始化系统各模式堆栈 , 各模式堆栈大小请在 Stack_CFG.S 文件中定义.
;* 编写: bobey
;*******
www.eeworm.com/read/254557/12130642
s library_variant.s
EXPORT postDelay
EXPORT stack_SVC
EXPORT stack_IRQ
AREA library_variant ,DATA ,READONLY
postDelay EQU 0x1000
stack_SVC EQU 0xa0600000
stack_I
www.eeworm.com/read/150354/12297251
asm star.asm
.ref platformsetup
.global _c_int00
.global _main
.global cinit
.global __STACK_SIZE
.global __stack
.sect ".vecs"
_c_int00:
;b res
www.eeworm.com/read/150353/12297331
asm star.asm
.ref platformsetup
.global _entry
.global _main
.global cinit
.global __STACK_SIZE
.global __stack
.sect ".vecs"
_entry:
;b reset
www.eeworm.com/read/234076/14123155
bak recvtcp_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/234076/14123195
opt recvtcp.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/130799/14174081
s init.s
Model_USR EQU 0x10
Model_FIQ EQU 0x11
Model_IRQ EQU 0x12
Model_SCV EQU 0x13
Model_ABT EQU 0x17
Model_UND EQU 0x1b
Model_SYS EQU 0x1f
Disable_IRQ EQU 0x80
Disable_FIQ EQU
www.eeworm.com/read/232102/14208828
s library_variant.s
EXPORT postDelay
EXPORT stack_SVC
EXPORT stack_IRQ
AREA library_variant ,DATA ,READONLY
postDelay EQU 0x1000
stack_SVC EQU 0xa0600000
stack_I
www.eeworm.com/read/215750/15049849
c os_cpu_c.c
#define IN_OS_CPU_C
//#include "config.h"
#include "../CONFIG/config.h"
#if EN_SP2 > 0
uint8 Sp2[Sp2Space]; // 高级中断堆栈
#endif
#if EN_OSStkChk>0