代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
/* ARM board targetting source file.
file name: uhal.c
date: 2001. 2. 14
made by cho dong-seok
homepage: www.pusanssm.com/~cthr36/
*/
#include
#include
//#i
timer.h
#if !defined __UHAL_H
#define __UHAL_H
/* ARM board targetting source file.
file name: uhal.h
date: 2001. 2. 14
made by cho dong-seok
homepage: www.pusanssm.com/~cthr36/
*/
timer.c
#include
#include
byte array = 0;
// word timeout = -1;
byte code right_shift[MAX_MSG][MAX_PIX][6] =
{ {
{0xa4,0xa4,0x24,0x24,0x24,0x24},
{0x34,0x34,0x24,0x24,0x24,0x24
timer.h
bdata unsigned char scan_data;
sbit bit0 = scan_data^0;
sbit bit1 = scan_data^1;
sbit bit2 = scan_data^2;
sbit bit3 = scan_data^3;
sbit bit4 = scan_data^4;
sbit bit5 = scan_data^5;
sbit bit6 =
timer.c
/**************** (c) 2005 佛山菱电 *****************************************
PROJECT : 简易风盘控制器
COMPILER : AVR ICC for m48
MODULE : timer.c
VERSION : 1.0.0
DATE : 2005/05/09
AUTHOR : 朱坤
timer.h
/**************** (c) 2005 佛山菱电 *****************************************
PROJECT : 简易风盘控制器
COMPILER : AVR ICC for m48
MODULE : timer.h
VERSION : 1.0.0
DATE : 2005/12/08
AUTHOR : 朱坤
timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/
timer.c
#include
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\cputest\timer.h"
void __irq Timer0Done(void);
void __irq Timer1Done(void);
void __irq Timer2Don