代码搜索:定时报警
找到约 10,000 项符合「定时报警」的源代码
代码结果 10,000
www.eeworm.com/read/230732/14277663
txt isr范例.txt
/*
* 声明:本范例源于书籍‘NiosII软件架构解析’
* 作者:蔡伟纲
* 博客地址: http://NiosII.cublog.cn
*
* 一、功能: 中断演示代码.
*
* 二、相关说明:
* 由于NiosII IDE的ISS(Instruction Set Simulation)支持JTAG_UART和
* 定时器的仿真功能,所以该
www.eeworm.com/read/128572/14290955
c timer.c
#include "tdp.h"
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-((11059200Hz/(12*FREQ))-17) */
static xdata unsigned timer0_tick;
/* 定时器T0中断服务函数 */
static void timer0_isr (void) i
www.eeworm.com/read/228696/14369032
plg second.plg
礦ision2 Build Log
Project:
C:\人邮\第4章定时器与时钟\4-2\second.uv2
Project File Date: 08/15/2005
Output:
www.eeworm.com/read/225781/14516470
#3 wyinyue.#3
;参考程序A.WYINYUE.ASM ;程序功能:循环播放1234567i--i7654321音调
$INCLUDE (C8051F020.inc)
ORG 0
LJMP MAIN
ORG 1BH
JMP TINT ;定时器T1中断入口
ORG 0100H
MAIN:MOV SP,#60H
MOV
www.eeworm.com/read/225781/14516481
#2 wyinyue.#2
;参考程序A.WYINYUE.ASM ;程序功能:循环播放1234567i--i7654321音调
$INCLUDE (C8051F020.inc)
ORG 0
LJMP MAIN
ORG 1BH
JMP TINT ;定时器T1中断入口
ORG 0100H
MAIN:MOV SP,#60H
MOV
www.eeworm.com/read/225781/14516484
asm wyinyue.asm
;参考程序A.WYINYUE.ASM ;程序功能:循环播放1234567i--i7654321音调
$INCLUDE (C8051F020.inc)
ORG 0
LJMP MAIN
ORG 1BH
JMP TINT ;定时器T1中断入口
ORG 0100H
MAIN:MOV SP,#60H
MOV
www.eeworm.com/read/224938/14561926
txt isr范例.txt
/*
* 声明:本范例源于书籍‘NiosII软件架构解析’
* 作者:蔡伟纲
* 博客地址: http://NiosII.cublog.cn
*
* 一、功能: 中断演示代码.
*
* 二、相关说明:
* 由于NiosII IDE的ISS(Instruction Set Simulation)支持JTAG_UART和
* 定时器的仿真功能,所以该
www.eeworm.com/read/224291/14597549
c 复件 hongwai.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar TH0_BUF=0; //定义定时器时间缓冲
uchar TL0_BUF=0;
uchar RCV_NUM=0; //接收的数据是第几位
uint RH_CODE=0x1234; //定义接收码
www.eeworm.com/read/224291/14597558
c hongwai.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit RST=P1^4;
sbit OUT=P3^7;
uchar TH0_BUF=0; //定义定时器时间缓冲
uchar TL0_BUF=0;
uchar INT0_TIMES=0; //定义中断次数
uc
www.eeworm.com/read/223983/14609120
c 串行通讯_查询方式.c
// 串行通讯_查询方式.c
#include
#include /* prototype declarations for I/O functions */
/* T1 定时 时间常数;波特率发生器 */
#define baud_rate_L 0xFD /* T1: 8位重装入; 0xFD-->960