代码搜索:Timer0
找到约 1,870 项符合「Timer0」的源代码
代码结果 1,870
www.eeworm.com/read/198538/7930470
c li7.c
#include
sbit p1_0=P1^0;
sbit p1_1=P1^1;
sbit p1_7=P1^7;
timer0() interrupt 1 using 1{
p1_0!=p1_0 ;
TH0=(65536-50000)/256;
TL0=(65536-50000)%256;
}
timer1() interrupt 3 using 2{
www.eeworm.com/read/397690/8029167
c portvariant.c
#define EXT_PORTVAL_GLOBALS
#include "includes.h"
/************************************************************
Function Name: T2Start
Function: Timer0 start
Paramenter: None
www.eeworm.com/read/242630/12995548
c spi_ee_int1.c
//-----------------------------------------------------------------------------
// SPI_EE_Int1.c
//-----------------------------------------------------------------------------
// Copyright 2001 Cy
www.eeworm.com/read/241033/13178395
c spi_ee_int1.c
//-----------------------------------------------------------------------------
// SPI_EE_Int1.c
//-----------------------------------------------------------------------------
// Copyright 2001 Cy
www.eeworm.com/read/410505/11283095
h timeunit.h
#include "class.h"
#define TIMERINT 0x08 // 8253 timer0 interrupt number
#define RTCWPORT 0x70 // RTC write port address
#define RTCRPORT 0x71 // RTC read port address
#define TMR
www.eeworm.com/read/410360/11290396
c sysdevinit.c
#include "SysDevInit.H"
/*******************************************************************************************************
** 名 称: void SysCfgInit(void)
** 功 能:
www.eeworm.com/read/400640/11571187
lst main.lst
C51 COMPILER V7.08 MAIN 10/08/2005 16:00:17 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/400640/11571195
c main.c
#include
#include
//include "ISD51.H"
sbit LEDR = P0^4;
sbit LEDG = P0^5;
sbit KEYR = P0^3;
sbit KEYT = P0^6;
#define int8u unsigned char
#define in
www.eeworm.com/read/400640/11571197
lst main.lst
C51 COMPILER V7.08 MAIN 10/08/2005 15:53:37 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/400640/11571205
c main.c
#include
//include "ISD51.H"
sbit LEDR = P0^4;
sbit LEDG = P0^5;
sbit KEYR = P0^3;
sbit KEYT = P0^6;
#define int8u unsigned char
#define int16u unsigned int