代码搜索:OSTaskCreate
找到约 1,021 项符合「OSTaskCreate」的源代码
代码结果 1,021
www.eeworm.com/read/154987/11908202
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 Init_CAN(void)
www.eeworm.com/read/154854/11922811
c test.c
/*********************************************************************************************************/
/**************************************************************************
www.eeworm.com/read/343476/11944978
c main.c
/* 本例程uCOS-II 版本为2.51,仅创建一个LED闪烁任务于 P1.0 上,每隔 0.5 秒闪动一次,任务而此例程运行于内 RAM > 300 Byte 的51内核单片机即可。*/
#include "includes.h"
sbit LED=P1^0;
sbit LED1=P1^1;
OS_STK TaskStartStk[Ma
www.eeworm.com/read/254727/12122497
c ex1.c
/**************************************************************************
* *
* PROJECT : ARM port for UCOS-II
www.eeworm.com/read/254294/12149358
c ex1.c
#include "..\\includes.h"
#include "..\\drivers\\lcd.h"
#include "..\\drivers\\CommRtos.h"
/********************************************************************************************/
/*
www.eeworm.com/read/150280/12300907
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/338483/12305254
c user_app.c
#include "includes.h"
OS_STK xdata mystack1[USER_STACK_SIZE],mystack2[USER_STACK_SIZE],mystack3[USER_STACK_SIZE];
void init_port(void);
void init_clk(void);
void lcdtask(void) ;
void mytask
www.eeworm.com/read/234554/14106801
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/130158/14204881
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/228416/14386203
c testostaskdelete.c
#include "taskTest.h"
int testOSTaskDelete()
{
OS_STATUS status;
int i;
unsigned32 task_id[10];
printf("*** test of OSTaskDelete ***\n");
printf("create 10 tasks.\n"