代码搜索:OSTaskCreate
找到约 1,021 项符合「OSTaskCreate」的源代码
代码结果 1,021
www.eeworm.com/read/127514/6004665
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/124402/6048540
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/149280/6314175
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/263825/11339455
c main.c
#include "LED.h"
#include "Key.h"
#include "LCD.h"
#include
#define STKSIZE 128
OS_STK Stack1[STKSIZE], Stack2[STKSIZE], Stack3[STKSIZE];
OS_STK StackCount[STKSIZE];
void Task
www.eeworm.com/read/406856/11433979
c ex1l.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/404742/11479289
c main.c
#include "uCOS_II.H"
#include "serial.h"
sbit led1=P1^7;
sbit led2=P1^6;
OS_STK TaskStartStk1[MaxStkSize],TaskStartStk2[MaxStkSize];
void Task1(void *nouse) OS_REENTRANT;
void Task2(void
www.eeworm.com/read/404680/11480408
c main.c
/****************************************Copyright (c)**************************************************
**
**
**--------------------------------------------------------
www.eeworm.com/read/157615/11682778
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
www.eeworm.com/read/254727/12122509
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/254434/12136604
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