代码搜索:OSTaskCreate
找到约 1,021 项符合「OSTaskCreate」的源代码
代码结果 1,021
www.eeworm.com/read/411231/11250994
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/411048/11258662
c ex1.c
#include "includes.h"
#define TASK_STK_SIZE 256 /* Size of each task's stacks (# of WORDs) */
#define N_TASKS 3 /* Number of identi
www.eeworm.com/read/147646/12541241
c hyper104c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/146710/12617158
c main.c
/*
* File: main.c
*
* uC/OS Real-time multitasking kernel for the ARM processor.
*
*
* Created by hgxxx
*
*/
#include "../ucos_ii/ucos_ii.h" /* uC/OS interface */
www.eeworm.com/read/247739/12622092
c main.c
#include "..\Ports\includes.h"
#include "lcd.c"
#define TASK_STK_SIZE 64
OS_STK TaskSTK2[TASK_STK_SIZE];
/*
********************************************************************************
*模块
www.eeworm.com/read/146665/12626975
c ex1.c
#include "includes.h"
#define TASK_STK_SIZE 256 /* Size of each task's stacks (# of WORDs) */
#define N_TASKS 3 /* Number of identi
www.eeworm.com/read/146486/12642783
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/146483/12643595
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/300214/13928816
c ex1.c
#include "includes.h"
#define TASK_STK_SIZE 256 /* Size of each task's stacks (# of WORDs) */
#define N_TASKS 3 /* Number of identi
www.eeworm.com/read/204693/15334865
c usertask.c
#include"Ucos Core\\includes.h"
#include"absacc.h"
sbit p10=P1^0;
sbit p11=P1^1;
sbit p12=P1^2;
sbit LED=P1^6;
OS_STK xdata mystack1[USER_STACK_SIZE],mystack2[USER_STACK_SIZE],myst