代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
timer.bid
#ifndef TIMER_BID
#define TIMER_BID
#define AEECLSID_TIMER 0x12341234
#endif //TIMER_BID
timer.c
/* A couple of routines to implement a low-overhead timer for drivers */
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li
timer.h
/* Defines for routines to implement a low-overhead timer for drivers */
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li
timer.lst
C51 COMPILER V7.50 TIMER 01/17/2006 21:30:47 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN .
timer.lst
C51 COMPILER V7.50 TIMER 01/14/2006 15:30:04 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN .
timer.c
#include "osd_vx1828.h"
#include "ext_globl.h"
#include "ext_osd.h"
#include "ir.h"
#include "func_shi.h"
#include "menu.h"
#include "config.h"
#include "pindef.h"
#if _debug
#include
timer.h
extern char code Timer[0x05];
extern bit timeshow_flag;
extern unsigned char time_sel;
void init_timer_menu();
void time_setup_process();
void init_s35390();
void timer_on_off(void);