代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/314207/13571609
c rtc.c
/*
时钟读写头文件
文件名:RTC.c
*/
#include "Common.h"
#include "IOPortMap.h"
#include "RTC.h"
#include "GM20IOPort.H"
#include "InportMap.h"
#include "Macro.h"
#include "F281x.h"
INLINE VOID
www.eeworm.com/read/314067/13575627
plg clock.plg
礦ision2 Build Log
Project:
E:\mcs-51\时钟\clock.uv2
Project File Date: 05/16/2005
Output:
www.eeworm.com/read/308235/13705617
bak df_timerb.c.bak
/*****************************************************************************\
文件名: df_timerb.c
描述: 用于MSP430F149。
定时器B定时,产生中断,使主程序退出低功耗模式。
使用TBCTL0
工作模式:增计数模式
时钟源:ACLK 32.768kHz
www.eeworm.com/read/308235/13705619
c df_timerb.c
/*****************************************************************************\
文件名:df_timerb.c
描述:用于MSP430F149。
定时器B定时,产生中断,使主程序退出低功耗模式。
使用TBCTL0
工作模式:增计数模式
时钟源:ACLK 32.
www.eeworm.com/read/307021/13732916
vhd shift_siso.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY shift_siso IS
GENERIC(x : INTEGER := 8); --移位寄存器宽度
PORt(
--clk时钟,reset复位,direct移位方向,se移位使能,si串行
www.eeworm.com/read/301740/13850288
h readtime.h
//#include"52.h"
//=====读写时钟芯片地址========
#define READ 0xa3
#define WRITE 0xa2
sbit SDA = P1^5;
sbit SCL = P1^6;
word code monthday[12] = {31, 28, 31, 30, 31, 30, //每月天数
www.eeworm.com/read/301188/13864528
vhd miaobiao.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY miaobiao IS
PORT(CLK,EN,RESET :IN STD_LOGIC; --时钟频率要求100HZ
SEC01L,SEC0
www.eeworm.com/read/140659/5784753
c main.c
/*
查询方式测试键盘程序
main.c
硬件:CA-M8
时钟:4MHz
芯艺 2004-12-17
*/
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define FREQ 4
#d
www.eeworm.com/read/242102/6292915
c i2c.c
#include "51all.h"
#include
#define NOP _nop_()
#define Clk_delay(); _nop_();_nop_();_nop_();_nop_();_nop_(); //低时钟时适当减少_nop_()个数
void I2C_delay(unsigned char ); //I