代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/260397/11729318
bak df_timera.c.bak
/*****************************************************************************\
文件名:df_timera.c
描述:用于MSP430F149。
定时器A定时,产生中断,使主程序退出低功耗模式。
使用TACTL0
工作模式:增计数模式
时钟源:ACLK为32.768kHz
版本:1.0
www.eeworm.com/read/345332/11820514
c 8-isd4004.c
#include
sbit SS=P1^0; //片选
sbit SCLK=P1^1; //ISD4004时钟
sbit MOSI=P1^2; //数据输入
sbit MISO=P1^3; //数据输出
sbit LED=P1^7;
www.eeworm.com/read/344454/11878082
v dled.v
module dled(seg , sl , clock); //定义模块结构
output [7:0] seg; //定义数码管段输出引脚
output [3:0] sl; //定义数码管选择输出引脚
input clock; //定义输入时钟引脚
reg [7:0] seg_reg; //定义数码管段输出
www.eeworm.com/read/258098/11884035
c usb.c
#include
#include
#include
#include "REGSND1.H"
#include "USBDEF.H"
#include "UART.h"
//时钟参数宏
#define Rdiv 11
//USB寄存器设置相关的宏定义
#define PLLRES (0x1
www.eeworm.com/read/257965/11898645
c 8-isd4004.c
#include
sbit SS=P1^0; //片选
sbit SCLK=P1^1; //ISD4004时钟
sbit MOSI=P1^2; //数据输入
sbit MISO=P1^3; //数据输出
sbit LED=P1^7;
www.eeworm.com/read/342685/12005569
plg sz1.plg
礦ision2 Build Log
Project:
F:\51程序\时钟\sz1.uv2
Project File Date: 03/15/2008
Output:
www.eeworm.com/read/342685/12005593
uv2 sz1.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
www.eeworm.com/read/256128/12024497
c 8-isd4004.c
#include
sbit SS=P1^0; //片选
sbit SCLK=P1^1; //ISD4004时钟
sbit MOSI=P1^2; //数据输入
sbit MISO=P1^3; //数据输出
sbit LED=P1^7;
www.eeworm.com/read/342106/12041216
c 12864lcd.c
#include "REG51.H"
#include
//引脚定义
sbit CS = P1 ^ 2; //片选 高电平有效
sbit SID = P1 ^ 1; //数据
sbit SCLK = P1 ^ 0; //时钟
void Write_char(bit start, unsigned char ddata);
v