代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/242725/12989127
h timer.h
#ifndef TIMER_H
#define TIMER_H
#define LED_DDR DDRD
#define LED_PORT PORTD
#define LED_RUN 7
#define TIMER_SEC 1
#define TIMER_MS 3
struct tagTime
{
U8 hour;
U8 min;
U8 sec;
www.eeworm.com/read/242725/12989162
o timer.o
www.eeworm.com/read/141583/12997004
v timer.v
/*********************************************************
MODULE: Sub Level Timer Device
FILE NAME: timer.v
VERSION: 1.0
DATE: May 21th, 2002
AUTHOR: Hossein Amidi
COMPANY:
CODE T
www.eeworm.com/read/141545/13001729
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
www.eeworm.com/read/242485/13002794
cpp timer.cpp
// Sh: A GPU metaprogramming language.
//
// Copyright 2003-2005 Serious Hack Inc.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser G
www.eeworm.com/read/242485/13002810
hpp timer.hpp
// Sh: A GPU metaprogramming language.
//
// Copyright 2003-2005 Serious Hack Inc.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser G
www.eeworm.com/read/242363/13010672
mak timer.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/242363/13010684
pjt timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\test\C2000\2407EDULab_v299\Lab7-Timer\"
ProjectType=Executable
CPUFamily=TMS320C24
www.eeworm.com/read/242363/13010690
paf timer.paf
www.eeworm.com/read/242363/13010697