代码搜索结果
找到约 10,000 项符合
0 的代码
uart0.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
cputime0.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="H:\f2812\C\CpuTimer0\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
cputimer0.c
#include "DSP28_Device.h"
#include "ext_inf.h"
unsigned int LedCount;
const Uint16 LedCode[]={0x7F,0xBF,0xDF,0xEF,0xF7,0xFB,0xFD,0xFE,0xFF};
interrupt void ISRTimer0(void);
void SendData(Ui
cputimer0.c
#include "DSP28_Device.h"
#include "ext_inf.h"
unsigned int LedCount;
const Uint16 LedCode[]={0x7F,0xBF,0xDF,0xEF,0xF7,0xFB,0xFD,0xFE,0xFF};
interrupt void ISRTimer0(void);
void SendData(Ui
layer0.h
#ifndef_LAYER0_H
#define_LAYER0_H
#include
#include "globaldef.h"
/* *这个模式类 他的任务是 和manager通信 ;传递信息到节点伴随着传送范围
* -计算更新RWP */
class layer0:public cSimpleModule
{
Module_Class
layer0.cc
#include"layer0.h"
void layer0::initialize()
{
}
void layer0::activity()
{
while(1)
{
cMessage *msg=receive();
switch(msg->kind())
{