代码搜索:多时钟域

找到约 10,000 项符合「多时钟域」的源代码

代码结果 10,000
www.eeworm.com/read/17254/728586

s pll_init.s

;************************************ ;MPLL和UPLL参数配置 ;*********************************** AREA PLL, CODE, READONLY ENTRY CODE32 GET 2440addr.inc EXPORT InitPLL ;UPLL时钟配置,UPLL只能48MHz或4
www.eeworm.com/read/19204/825422

h uart.h

#ifndef _UART_H #define _UART_H //设置主时钟和波特率 #define MCLK 11059200L #define BAUD_RATE 9600L void UartInit(); #endif
www.eeworm.com/read/27981/992204

h ds1302.h

#ifndef __DS1302_H__ #define __DS1302_H__ void init_ds1302(); //初始化DS1302 void clock_reda(); //读取时钟各值 #endif
www.eeworm.com/read/27981/992244

h ds1302.h

#ifndef __DS1302_H__ #define __DS1302_H__ void init_ds1302(); //初始化DS1302 void clock_reda(); //读取时钟各值 #endif
www.eeworm.com/read/478101/1354197

c ds18b20.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include sbit DQ=P1^0; // 将p1.0口模拟时钟输出 #define jump_ROM 0xCC
www.eeworm.com/read/452881/1647572

c ds18b20.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include sbit DQ=P1^0; // 将p1.0口模拟时钟输出 #define jump_ROM 0xCC
www.eeworm.com/read/249482/4449608

dat asslandat110.dat

空操作指令 NOP 格式: NOP ---- 功能: 本指令不产生任何结果,仅消耗几个时钟周期的时间,接着执行后续指令,常用于程序的延时等. ----
www.eeworm.com/read/195948/5106362

c ds18b20.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include sbit DQ=P1^0; // 将p1.0口模拟时钟输出 #define jump_ROM 0xCC
www.eeworm.com/read/345302/3201002

c ds18b20.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include sbit DQ=P1^0; // 将p1.0口模拟时钟输出 #define jump_ROM 0xCC
www.eeworm.com/read/331810/3403046

asm systeminital.asm

//==================================================================================// // 文件名: SystemInital.asm // 描 述: 用于初始化IO,以及D12芯片,系统时钟、中断等。 // 日 期: 2003/04/03 // 库文件: NONE //====