代码搜索:OSTaskCreate
找到约 1,021 项符合「OSTaskCreate」的源代码
代码结果 1,021
www.eeworm.com/read/159435/10650240
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/276752/10709986
c main.c
#include"..\ucos-ii\includes.h" /* uC/OS interface */
#include
#include"uhal.h"
///******************任务定义***************///
OS_STK SYS_Task_Stack[STACKSIZE]= {0, }; //sy
www.eeworm.com/read/276192/10754276
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/274997/10840558
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/273162/10924416
c main.c
/*******************************************************************************************
* 王月涛移植uc/os 成功范例
2007年8月
*************************************
www.eeworm.com/read/470211/6915515
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 InitS0 ( unsigned in
www.eeworm.com/read/458038/7313631
s main.s
.module main.c
.area vector(rom, abs)
.org 64
jmp _OSTickISR
.area text(rom, con, rel)
.even
_main::
sbiw R28,3
; /*
; 高级实验UCOS:
; UCOS操作系统实验。
; 1、UCOS简单移植实验,运行了三个小任务,用来改变指示灯闪烁。
;
www.eeworm.com/read/456759/7339931
c main.c
#include "../SOURCE/includes.h"
#include "../inc/44blib.h"
#include "..\inc\44b.h"
#include "../target/target.h"
#define STACKSIZE 512
OS_STK StartTaskStk[STACKSIZE];//移植代码
www.eeworm.com/read/438659/7728707
c main.c
#include "../SOURCE/includes.h"
#include "../inc/44blib.h"
#include "..\inc\44b.h"
#include "../target/target.h"
#define STACKSIZE 512
OS_STK StartTaskStk[STACKSIZE];//移植代码
www.eeworm.com/read/296083/8124170
s main.s
.module main.c
.area vector(rom, abs)
.org 64
jmp _OSTickISR
.area text(rom, con, rel)
.even
_main::
sbiw R28,3
; /*
; 高级实验UCOS:
; UCOS操作系统实验。
; 1、UCOS简单移植实验,运行了三个小任务,用来改变指示灯闪烁。
;