代码搜索:Timer1
找到约 1,567 项符合「Timer1」的源代码
代码结果 1,567
www.eeworm.com/read/301241/13862572
c 10.2.c
#include "DSP28_Device.h"
interrupt void eva_timer1_isr(void);
// 定义一个无符号32位的全局变量,保存各定时器的中断次数
Uint32 EvaTimer1InterruptCount;
void main(void)
{
InitSysCtrl();
DINT;
www.eeworm.com/read/136140/13871702
#2 initial.#2
#include "c8051F330.h"
#include "rs232.h"
void Port_IO_Init(void)
{
P0MDIN = 0xFE;
P1MDIN = 0xF0;
P0MDOUT = 0xBD;
P1MDOUT = 0xFF;
P0SKIP = 0xC9;
www.eeworm.com/read/136140/13871744
c initial.c
#include "c8051F330.h"
#include "rs232.h"
void Port_IO_Init(void)
{
P0MDIN = 0xFE;
P1MDIN = 0xF0;
P0MDOUT = 0xBF;
P1MDOUT = 0xFF;
P0SKIP = 0xC9;
www.eeworm.com/read/353762/6322596
c vector.c
#include "CommDrv.h"
#define NULL 0
extern void _stext(); // startup routine
void (* const _vectab[])() = {
NULL, // TBM Vector
NULL, // ADC Conversion Complete
NULL, // Keyboar
www.eeworm.com/read/347421/6322880
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 1485
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/405015/11474249
c uart.c
/************************************************************************************
* Copyright (c) 2004,西安铭朗电子科技有限责任公司
* All rights reserved.
*
* 文件名称: uart.c
* 文件标识: none
* 适用器件:
www.eeworm.com/read/405015/11474269
lst uart.lst
C51 COMPILER V8.08 UART 01/08/2009 16:11:58 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/348535/11589656
asm a5_3a.asm
;///////////////////////////////////////////
;本程序源代码由单片机培训网提供.
;单片机培训网,让更多人学习单片机更容易.
;第一网址----www.mcuedu.com
;第二网址----http://51_train.nease.net
;创办人------刘永忠
;热线电话----(0755)27529998
;email-----
www.eeworm.com/read/348328/11601610
lst uart0_init.lst
C51 COMPILER V8.02 UART0_INIT 05/09/2008 21:51:23 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE UART0_INIT
OBJECT MODULE PLACED
www.eeworm.com/read/259973/11753862
asm ex1101.asm
;
; LCD + REAL TIME CLOCK
;
LIST P=16F877, R=DEC
#INCLUDE P16F877.INC
CBLOCK 0X20
ENDC
;
; define RAM
;
CBLOCK
SECS,MINS,HRS
W_BAK, STATUS_BAK ; back up RAM for w register
BCD