代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/257775/11912511
cof os-task-sem.cof
www.eeworm.com/read/257775/11912519
src os-task-sem.src
[Files]
os_cpu_a.s
test1.c
os-task-switch.c
test_funcs.c
[Headers]
os-task-switch.h
includes.h
os_cpu.h
os_cfg.h
os_cpu_c.c
[Documents]
www.eeworm.com/read/257775/11912527
lis os-task-switch.lis
.module os-task-switch.c
.area text(rom, con, rel)
0000 .dbfile G:\编程2002-10-15-HOME\做过的项目\2002-10-22\home-c\software\ucos-ii-at90S
www.eeworm.com/read/257775/11912531
h os-task-switch.h
//定义全局变量和marcos
#ifdef OS_GLOBALS
#define OS_EXT
#else
#define OS_EXT extern
#endif
#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE
www.eeworm.com/read/257775/11912533
mak os-task-sem.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W -O
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0x1a.0x2000 -dhwstk_size:16 -
www.eeworm.com/read/257775/11912555
lk os-task-switch.lk
os_cpu_a.o test1.o os-task-switch.o test_funcs.o os_cpu_c.o
www.eeworm.com/read/257775/11912561
_h os-task-switch._h
//定义全局变量和marcos
#ifdef OS_GLOBALS
#define OS_EXT
#else
#define OS_EXT extern
#endif
#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE
www.eeworm.com/read/257775/11912568
c os-task-switch.c
//os主要代码
#define OS_GLOBALS /* Declare GLOBAL variables */
#include "includes.h"
#define OS_MASTER_FILE /* Prevent t
www.eeworm.com/read/257775/11912571
mp os-task-switch.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/257775/11912578
s os-task-switch.s
.module os-task-switch.c
.area text(rom, con, rel)
.dbfile G:\编程2002-10-15-HOME\做过的项目\2002-10-22\home-c\software\ucos-ii-at90S-icc-avr\os-task-sem\os-task-switch.c
.dbfunc e OSInit _OSInit fV