代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/407380/11420105
plg gf.plg
礦ision2 Build Log
Project:
E:\1602液晶时钟\1602Lyejing\gf.uv2
Project File Date: 12/23/2008
Output:
www.eeworm.com/read/406844/11434585
vhd minsecond.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity MINSECOND_a is
port(clk,clr:in std_logic;----时钟/清零信号
sec1,sec0:out std_logic_vector(3 downto 0);----秒高位/低位
www.eeworm.com/read/404531/11483667
v traffic.v
module traffic(led,clock,sled,slcs); //模块及其结构
output [7:0] sled; //定义LED段码数据线
output [3:0] slcs; //定义LED位码线
output [7:0] led; //定义交通灯输出口
input clock; //定义时钟输入
reg [21:0] c
www.eeworm.com/read/403319/11519199
c sm2b.c
#include
#include
//****************系统时钟初始化****************//////
void SYSCLK_Init(void)
{
int i;
//启用外部振荡器
OSCXCN=0x67;
//等待振荡器起
for(i=0;i
www.eeworm.com/read/403292/11519988
vhd fp.vhd
--分频模块,改变N值,可以得到不同频率的时钟
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY fp IS
GENERIC (N:integer);
PORT(clk:IN STD_LOGIC;--全局时
www.eeworm.com/read/261304/11655647
c exp7.c
#include
#include
void main(void)
{
UCR=0x18; //初始化串行口
UBRR=0x33; //设置波特率(使用8MHz时钟,9600波特率)
printf("\n\rTest Ok\n"); //打印
www.eeworm.com/read/347332/11673551
bak df_timera.c.bak
/*****************************************************************************\
文件名:df_timera.c
描述:用于MSP430F149。
定时器A定时,产生中断,使主程序退出低功耗模式。
使用TACTL0
工作模式:增计数模式
时钟源:ACLK为32.768kHz
版本:1.0