代码搜索:OSTaskCreate
找到约 1,021 项符合「OSTaskCreate」的源代码
代码结果 1,021
www.eeworm.com/read/178317/9408638
c ext3.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/177221/9464556
c main.c
#ifndef OS_MASTER_FILE
#include "includes.h"
#endif
//声明任务堆栈
OS_STK TestTask4Stk[64];
OS_STK TestTask5Stk[64];
OS_STK TestTask6Stk[64];
OS_STK TestTask7Stk[64];
void InitS0 ( unsigned in
www.eeworm.com/read/167807/9951902
c main.c
#ifndef OS_MASTER_FILE
#include "includes.h"
#endif
//声明任务堆栈
OS_STK TestTask4Stk[64];
OS_STK TestTask5Stk[64];
OS_STK TestTask6Stk[64];
OS_STK TestTask7Stk[64];
void InitS0 ( unsigned in
www.eeworm.com/read/359870/10119522
c main.c
#include "..\ucosii\ucos_ii.h"
#include "..\Architecture\ARM_ADS\2410addr.h"
#include "..\Architecture\ARM_ADS\LEDTest.h"
#include "..\Architecture\ARM_ADS\Uart.h"
#include "..\Architecture\ARM_
www.eeworm.com/read/354220/10375568
c ex1.c
/**************************************************************************
* *
* PROJECT : ARM port for UCOS-II
www.eeworm.com/read/354000/10397611
c ext1.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/424620/10434810
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/423514/10555645
c main.c
#include "..\ucos-ii\includes.h"
sbit LED_GRE=P2^1;
sbit LED_RED=P2^0;
void TaskStart(void* ppdata) reentrant;
void Task_GRE(void* ppdata) reentrant;
void Task_RED(void* ppdata) reentrant;
www.eeworm.com/read/423298/10573781
c main.c
#include "../ucos_ii/ucos_ii.h"
#include "../inc/44blib.h"
#include "../inc/44b.h"
#include "../inc/option.h"
#include "../inc/target.h"
#ifdef SEMIHOSTED
#define STACKSIZE
www.eeworm.com/read/277443/10638563
c main.c
#include "includes.h"
#define MAX_STK_SIZE 50
//**************************************
void TaskA(void* data);
OS_STK TaskA_Stk[MAX_STK_SIZE+1];
#define TaskA_Prio 4
void TaskB(void* data