代码搜索:task1
找到约 615 项符合「task1」的源代码
代码结果 615
www.eeworm.com/read/305134/13778403
bak task.h.bak
#ifndef __Task_H
#define __Task_H
void Task0 (void);
void Task1 (void);
void Task2 (void);
void Task3 (void);
void Task4 (void);
void Task5 (void);
void Task6 (void);
void Task7 (void);
vo
www.eeworm.com/read/228840/14361278
c main.c
#include "includes.h"
#include /* for EnableInterrupts macro */
extern void MCU_init(void);
#include "mc68hc908jl16.h"
#define LED1 0x04
#define LED2 0x08
#define TASK_STK_SIZE
www.eeworm.com/read/367697/9736456
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/147789/12520138
log fence1.ans.log
PATH: /tm TYPE: Milestone-TaskMgr Compiling MDOL description file
PATH: /tm TYPE: Milestone-TaskMgr Random number seed = 20737/13987/25775
PATH: /tm TYPE: Milestone-TaskMgr Task1 - Waiting ...
PATH
www.eeworm.com/read/373459/9454997
c task_example.c
/*****************************************************************
*文件名:Task_Example
*描述:点灯程序(LED1点亮1秒,熄灭;LED2点亮3秒,熄灭)
*平台:LP2104
*说明:uC/OS-II下优先级和信号量在调度中的应用
*时间:2008.11.9
*来源:互联网
*******
www.eeworm.com/read/143130/5758978
b3 main_entry.c.b3
/*
* hello.c
* this file implement start_kernel and irqhandler
* for Atmel AT91 operating system
*
* Bugs report: li ming ( lmcs00@mails.tsinghua.edu.cn )
* Last modified: 2
www.eeworm.com/read/101971/15796102
c main_entry.c
/*
* hello.c
* this file implement start_kernel and irqhandler
* for Atmel AT91 operating system
*
* Bugs report: li ming ( lmcs00@mails.tsinghua.edu.cn )
* Last modified: 2003-02
www.eeworm.com/read/385797/8788452
c mian.c
/*
www.mcu123.net/bbs
学习论坛
本例程ucOS-II 版本为2.51
注:
此例程运行于内RAM > 1024 Byte的51内核的单片机即可。
比 如 : SST89E564RD ,STC89C516RD 等
S
关键问题:
1、设置数据模式为大模式,且选择片上存储
2、函数设为可重载
3、在STARTUP.A51中的XBP
www.eeworm.com/read/374165/9418465
txt readme.txt
M430/OS 演示程序
V1.10
说明:
此演示程序包含六个任务:
softclock 软时钟任务
task1 向端口2的每个管脚输出方波的任务
task2 向端口3的每
www.eeworm.com/read/159076/10697476
c msp430rtos.c
/*//////////////////////////////////////////////////////////////////////////////////
// MSP430 C语言框架工程
// 作者:刘兵 (public_rtos@163.com)
*////////////////