代码搜索:定时报警
找到约 10,000 项符合「定时报警」的源代码
代码结果 10,000
www.eeworm.com/read/359050/10168935
c main.c
/*
****************************************************************************************************
是否使能省电模式
在省电模式下,只有定时器2工作,其它功能部件均关闭
应将确定不使用的引脚置为输出,并输出低电平
在main中除设定引脚电平,和使能省电模式外,应不写其它语句
在熔
www.eeworm.com/read/355955/10240930
txt isr范例.txt
/*
* 声明:本范例源于书籍‘NiosII软件架构解析’
* 作者:蔡伟纲
* 博客地址: http://NiosII.cublog.cn
*
* 一、功能: 中断演示代码.
*
* 二、相关说明:
* 由于NiosII IDE的ISS(Instruction Set Simulation)支持JTAG_UART和
* 定时器的仿真功能,所以该
www.eeworm.com/read/352662/10528999
c 例7-4.c
/* 运行中读取定时器的值 */
#ifndef __DEMO_4_15_C__
#define __DEMO_4_15_C__
#include
#define _MHZ_ 12 // 设置单片机使用的晶振频率
void delay10ms(unsigned int count); // 声明延时函数
void main()
www.eeworm.com/read/272827/10942531
c sh405.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar data BUFFER[1]={0}; /*定时器计数变量*/
//设置P2.1,作为控制场效应管的控制电平;
sbit P2_1=P2^
www.eeworm.com/read/271405/10998038
c sh405.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar data BUFFER[1]={0}; /*定时器计数变量*/
//设置P2.1,作为控制场效应管的控制电平;
sbit P2_1=P2^
www.eeworm.com/read/470453/6910998
m mydft.m
function y=mydft(x)
%《数字信号处理教程——MATLAB释义与实现》
% 用简单的速度很低的方法计算DFT
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% y=mydft(x)
% ------------------------------------------------------------
% x为给定时间序列
% y为x的离散傅立叶变
www.eeworm.com/read/201736/6941200
c sh405.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar data BUFFER[1]={0}; /*定时器计数变量*/
//设置P2.1,作为控制场效应管的控制电平;
sbit P2_1=P2^
www.eeworm.com/read/401951/6956396
isr
/*
* 声明:本范例源于书籍‘NiosII软件架构解析’
* 作者:蔡伟纲
* 博客地址: http://NiosII.cublog.cn
*
* 一、功能: 中断演示代码.
*
* 二、相关说明:
* 由于NiosII IDE的ISS(Instruction Set Simulation)支持JTAG_UART和
* 定时器的仿真功能,所以该
www.eeworm.com/read/468607/6985827
c sh405.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar data BUFFER[1]={0}; /*定时器计数变量*/
//设置P2.1,作为控制场效应管的控制电平;
sbit P2_1=P2^
www.eeworm.com/read/293555/7129140
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