代码搜索:OSTaskCreate

找到约 1,021 项符合「OSTaskCreate」的源代码

代码结果 1,021
www.eeworm.com/read/181914/9227770

c main.c

#include "../inc/includes.h" #ifdef SEMIHOSTED #define STACKSIZE (SEMIHOSTED_STACK_NEEDS+64) #else #define STACKSIZE_H 2048 #define STACKSIZE_M 1024 #define STACKSIZE_L 512 #endif
www.eeworm.com/read/181879/9233060

c test.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/181639/9243041

c main.c

#include "../inc/includes.h" #ifdef SEMIHOSTED #define STACKSIZE (SEMIHOSTED_STACK_NEEDS+64) #else #define STACKSIZE_H 2048 #define STACKSIZE_M 1024 #define STACKSIZE_L 512 #endif
www.eeworm.com/read/375651/9354285

c test.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/372227/9516996

c main.c

#include "ucos-ii\includes.h" /* uC/OS interface */ #include "uhal\uhal.h" //------------------------------------ #include "gui\core\GUI.h" #include "Target\44b.h" #include "Ta
www.eeworm.com/read/354220/10375578

c main.c

#include "../inc/includes.h" #ifdef SEMIHOSTED #define STACKSIZE (SEMIHOSTED_STACK_NEEDS+64) #else #define STACKSIZE_H 2048 #define STACKSIZE_M 1024 #define STACKSIZE_L 512 #endif
www.eeworm.com/read/422408/10638234

c main.c

//------------------------------------------------------------------------- // 文件名:MAIN.C // 功能: 测试ARM上运行的微型操作系统 // 备注: // By Lisuwei //-------------------------------------------------------
www.eeworm.com/read/420463/10794959

c main.c

#include "includes.h" #include #define MAX_STK_SIZE 50 //堆栈字数50个 void delay(); void SerialInit(void); void Output(); void TaskA(void* data); void TaskB(void* data);
www.eeworm.com/read/420394/10797468

c rr.c

/************************************************************************** * * * PROJECT : ARM port for UCOS-II
www.eeworm.com/read/418569/10940193

c main.c

#include "ucos-ii/includes.h" /* uC/OS interface */ #include "uhal/uhal.h" #include "Target/44blib.h" #include "Target/44b.h" //task stack size #ifdef SEMIHOSTED #defin