代码搜索:OSTaskCreate
找到约 1,021 项符合「OSTaskCreate」的源代码
代码结果 1,021
www.eeworm.com/read/329064/12986289
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/140941/13051408
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/140898/13053577
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/140532/13077749
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/321524/13403696
c test.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/312616/13607749
c main.c
#include "includes.h"
#define EXT
#include "main.h"
void main(void)
{
HardwareInit();
OSInit();
Semprintp=OSSemCreate(1);
TaskStartData.PPAGE = 0x30;
Task1Data.PPAGE = 0x31;
Task
www.eeworm.com/read/310999/13638402
c main.c
/*
*******************************************************************************
**
** This device driver was created by Applilet for the 78K0/KB2, 78K0/KC2,
** 78K0/KD2, 78K0/KE2 and 78K0/KF2
www.eeworm.com/read/308792/13691842
c app.c
#include "includes.h"
#define TASK_STK_SIZE 64 /* 定义任务堆栈大小 */
OS_STK TaskStartStk[TASK_STK_SIZE];
void TaskStart(void *data); /* 前导声明任务(
www.eeworm.com/read/304858/13784838
c main.c
#include "includes.h"
#define EXT
#include "main.h"
void main(void)
{
HardwareInit();
OSInit();
Semprintp=OSSemCreate(1);
TaskStartData.PPAGE = 0x30;
Task1Data.PPAGE = 0x31;
Task
www.eeworm.com/read/303140/13821100
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**