代码搜索:task1

找到约 615 项符合「task1」的源代码

代码结果 615
www.eeworm.com/read/130083/14208867

c task1.c

#include "includes.h" #define EXT extern #include "main.h" #pragma CODE_SEG TASKCODESEG //save Task1 code in banked flash #pragma STRING_SEG TASKSTRINGSEG //save Task1 string in banked flash
www.eeworm.com/read/228416/14386216

c testostaskresume.c

#include "taskTest.h" static unsigned32 task_id1,task_id2; static void entry5( void* argument ) { printf("in task1:suspend itself,so the task2 can run\n"); OSTaskSuspend(task_id1)
www.eeworm.com/read/173644/9645484

c task1.c

#include "includes.h" #define EXT extern #include "main.h" #pragma CODE_SEG TASKCODESEG //save Task1 code in banked flash #pragma STRING_SEG TASKSTRINGSEG //save Task1 string in banked flash
www.eeworm.com/read/288701/8613373

c main.c

#include "option.h" #include "def.h" #include "44b.h" #include "44blib.h" #include "includes.h" //********************************************************** // THE MAIN FUNCTION BODY //******
www.eeworm.com/read/177261/9462819

c semtask1.c

/* semTask1.c - shared semaphore example */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. 01b,17seot97,ram need to
www.eeworm.com/read/136724/7132138

c semtask1.c

/* semTask1.c - shared semaphore example */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. 01b,17seot97,ram need to
www.eeworm.com/read/442113/7659628

c rtx_ex1.c

/*---------------------------------------------------------------------------- * R T L K e r n e l E x a m p l e *-------------------------------------------------------------------------
www.eeworm.com/read/434142/7886215

c task1.c

#include "main.h" #include "task1.h" #include "lcd1602.h" void task1_init(void) { lcd1602_init(); } void task1(void) { lcd_put_xyns(1,1,16,str_buff0); lcd_put_xyns(1,2,16,str_bu
www.eeworm.com/read/434142/7886443

c task1.c

#include "main.h" #include "task1.h" #include "lcd1602.h" void task1_init(void) { lcd1602_init(); } void task1(void) { lcd_put_xyns(1,1,16,str_buff0); lcd_put_xyns(1,2,16,str_bu
www.eeworm.com/read/240936/13186775

c semtask1.c

/* semTask1.c - shared semaphore example */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. 01b,17seot97,ram need to