代码搜索:主时钟
找到约 10,000 项符合「主时钟」的源代码
代码结果 10,000
www.eeworm.com/read/381669/9078676
c lcd_clock.c
/* 绘图型 LCD 数字时钟 */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/
(12*FREQ))-
17
www.eeworm.com/read/281861/9128840
vhd csc_top.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY csc_top IS
GENERIC (N : INTEGER := 8 ); --输入输出宽度
PORT ( Clock : IN STD_LOGIC; --时钟
ClockEnable : IN ST
www.eeworm.com/read/380646/9135985
c main.c
/********************************
标题:
文件名:main.c
编译:WinAVR-20080411
硬件环境:
时钟:外部6MHz
*******************************/
#include
#include
#include
www.eeworm.com/read/380572/9142364
c main.c
/********************************
标题:
文件名:main.c
编译:WinAVR-20080411
硬件环境:
时钟:外部6MHz
*******************************/
#include
#include
#include
www.eeworm.com/read/380571/9142410
c main.c
/********************************
标题:
文件名:main.c
编译:WinAVR-20080411
硬件环境:
时钟:外部6MHz
*******************************/
#include
#include
#include
www.eeworm.com/read/380566/9142551
c main.c
/********************************
标题:
文件名:main.c
编译:WinAVR-20080411
硬件环境:
时钟:外部6MHz
*******************************/
#include
#include
#include
www.eeworm.com/read/377157/9292680
h delay.h
#ifndef DELAY_H
#define DELAY_H
/*-------------------------
Public function prototypes
---------------------------*/
void delay_1us(void); //默认系统时钟:12M
void delay_us(unsigned int
www.eeworm.com/read/376840/9303926
c tlc2543.c
/**************************************
TLC2543驱动程序
*************************************/
#include
#include
#define CLOCK P1_7 /*2543时钟*/
#define D_IN
www.eeworm.com/read/177232/9464215
c ads7843.c
/****************************************************************************
* 文 件 名:ADS7843.C
* 功 能:ADS7843驱动程序。
* 说 明:若系统时钟过快,需要调整DELYA_200NS的值。
******************************************
www.eeworm.com/read/362802/9979906
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI