代码搜索:OSTaskCreate
找到约 1,021 项符合「OSTaskCreate」的源代码
代码结果 1,021
www.eeworm.com/read/149809/12348105
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/148910/12414949
c os_main.c
//******************************************************************
// 单位: 华中科技大学光电子工程系
// 作者: 张利
// 文件: OS_MAIN.c for unsp
//
www.eeworm.com/read/250192/12425433
_c test1._c
/*
********************************************************************************
* Portierung des RTOS "礐/OS-II" von Jean J. Labrosse auf den ATmega103
*
* Compiler: IIC von imagecraft
* Fil
www.eeworm.com/read/250192/12425440
c test1.c
/*
********************************************************************************
* Portierung des RTOS "礐/OS-II" von Jean J. Labrosse auf den ATmega103
*
* Compiler: IIC von imagecraft
* Fil
www.eeworm.com/read/131769/14130457
c main.c
#include "../ucos-ii/includes.h" /* uC/OS interface */
//task stack size
#ifdef SEMIHOSTED
#define TASK_STACK_SIZE (64+SEMIHOSTED_STACK_NEEDS)
#else
#define TASK_STACK_SIZE 10*
www.eeworm.com/read/131769/14130459
bak main.c.bak
#include "../ucos-ii/includes.h" /* uC/OS interface */
//task stack size
#ifdef SEMIHOSTED
#define TASK_STACK_SIZE (64+SEMIHOSTED_STACK_NEEDS)
#else
#define TASK_STACK_SIZE 10*
www.eeworm.com/read/228416/14386279
c testostaskcreate.c
#include "taskTest.h"
int testOSTaskCreate()
{
OS_STATUS status;
int i;
unsigned32 task_id[10];
printf("*** test of OSTaskCreate ***\n");
printf("create 10 tasks.\n"
www.eeworm.com/read/126833/14400104
_c test1._c
/*
********************************************************************************
* Portierung des RTOS "礐/OS-II" von Jean J. Labrosse auf den ATmega103
*
* Compiler: IIC von imagecraft
* Fil
www.eeworm.com/read/126833/14400107
c test1.c
/*
********************************************************************************
* Portierung des RTOS "礐/OS-II" von Jean J. Labrosse auf den ATmega103
*
* Compiler: IIC von imagecraft
* Fil
www.eeworm.com/read/221724/14725992
s test1.s
.module test1.c
.area text(rom, con, rel)
.dbfile F:\开发工具\AVR开发工具\RTOSIC~1\source\test1.c
.dbfunc e main _main fV
.even
_main::
sbiw R28,4
.dbline -1
.dbline 32
; /*
; **************