代码搜索:OSTaskCreate
找到约 1,021 项符合「OSTaskCreate」的源代码
代码结果 1,021
www.eeworm.com/read/262002/11611682
c mbox2.c
# include "includes.h"
# define TASK_STK_SIZE 512
INT8U err;
INT16S key;
char *s;
char *ss;
OS_EVENT *mbox;
OS_STK StartTaskStk[TASK_STK_SIZE];
OS_STK MyTaskStk[TASK_STK_SIZE];
void Start
www.eeworm.com/read/346087/11769587
c main.c
#include "config.h"
#include "public.c"
#include "otimer.c"
#include "serial.h"
#include "serial.c"
#include "task.c"
void main(void)
{
OSInit();
Sys_TimerInit() ;
P0=0xff ;
P1=0
www.eeworm.com/read/153026/12065315
c main.c
#include "config.h"
#include "public.c"
#include "otimer.c"
#include "serial.h"
#include "serial.c"
#include "task.c"
void main(void)
{
OSInit();
Sys_TimerInit() ;
P0=0xff ;
P1=0
www.eeworm.com/read/340092/12182230
c main.c
#include "config.h"
#include "public.c"
#include "otimer.c"
#include "serial.h"
#include "serial.c"
#include "task.c"
void main(void)
{
OSInit();
Sys_TimerInit() ;
P0=0xff ;
P1=0
www.eeworm.com/read/149281/12389028
c main.c
#include "ucos-ii/includes.h" /* uC/OS interface */
#include "uhal/uhal.h"
/********************************************/
// ARMSYS实验十六:uC/OS-II基本应用
// 描述:在操作系统基础上编写任务
www.eeworm.com/read/130539/14187709
c main.c
#include "ucos-ii/includes.h" /* uC/OS interface */
#include "uhal/uhal.h"
/********************************************/
// ARMSYS实验十六:uC/OS-II基本应用
// 描述:在操作系统基础上编写任务
www.eeworm.com/read/231113/14255098
c ex1.c
#include
#include
void TaskA(void*) reentrant;
void TaskB(void*) reentrant;
void TaskC(void*) reentrant;
void TaskD(void*) reentrant;
OS_STK TaskStartStkA[Ma
www.eeworm.com/read/228840/14361278
c main.c
#include "includes.h"
#include /* for EnableInterrupts macro */
extern void MCU_init(void);
#include "mc68hc908jl16.h"
#define LED1 0x04
#define LED2 0x08
#define TASK_STK_SIZE
www.eeworm.com/read/227601/14420106
c main.c
/*
;************************************************************************************************************
;* 北京精仪达盛科技有限公司
;* 研 发
www.eeworm.com/read/118627/14861490
c ex1.c
#include
#include
void TaskA(void*) reentrant;
void TaskB(void*) reentrant;
void TaskC(void*) reentrant;
void TaskD(void*) reentrant;
OS_STK TaskStartStkA[Ma