代码搜索:I2C配置
找到约 10,000 项符合「I2C配置」的源代码
代码结果 10,000
www.eeworm.com/read/436462/1848655
xst i2c.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn i2c.prj
-ifmt mixed
-ofn i2c
-ofmt NGC
-p xc2s200-5-pq208
-top i2c
-opt_mode Speed
-opt_level 1
-iuc NO
-lso i2c.lso
-keep_hierarchy NO
www.eeworm.com/read/419080/2080998
c dvntsc.c
#include "ssd192X.h"
#include "i2c.h"
#include "dvd.h"
#include "../../io.h"
int CAM_WIDTH=720;
int CAM_HEIGHT=320;
int CAM_FRAME_RATE=70;
void cam_hw_init(void)
{
I2C i2c;
i2c.deviceI
www.eeworm.com/read/383754/2614122
scr ntrc.scr
set -xsthdpdir ./xst\
set -checkcmdline no
run -ifn i2c.prj -ifmt mixed -ofn i2c -ofmt NGC -p xc3s400-5-pq208 -top i2c -opt_mode Speed -opt_level 1 -iuc NO -lso i2c.lso -keep_hierarchy NO -rtlview Y
www.eeworm.com/read/383754/2614345
scr ntrc.scr
set -xsthdpdir ./xst\
set -checkcmdline no
run -ifn i2c.prj -ifmt mixed -ofn i2c -ofmt NGC -p xc3s400-5-pq208 -top i2c -opt_mode Speed -opt_level 1 -iuc NO -lso i2c.lso -keep_hierarchy NO -rtlview Y
www.eeworm.com/read/154101/5641981
mti i2c_mapped.cr.mti
D:/My_Design/Example-10-1/I2C/xst/i2c_map.vhd {1 {vcom -work work -2002 -explicit D:/My_Design/Example-10-1/I2C/xst/i2c_map.vhd
Model Technology ModelSim SE vcom 5.8 Compiler 2003.11 Nov 11 2003
--
www.eeworm.com/read/154101/5642034
xst i2c.xst
set -tmpdir __projnav
set -xsthdpdir ./xst
run
-ifn i2c.prj
-ifmt mixed
-ofn i2c
-ofmt NGC
-p xc2s200-6-pq208
-top i2c
-opt_mode Speed
-opt_level 1
-iuc NO
-lso i2c.lso
-keep_hierarchy NO
www.eeworm.com/read/474982/6798827
map i2c.map
Linker command line:
-z -h+C:\HT-PIC\SAMPLES\I2C\I2C.SYM -mC:\HT-PIC\SAMPLES\I2C\I2C.MAP \
-ppowerup=00h,intentry=04h,intcode,intret,init,init23,end_init,clrtext,stringtable,pstrings,strings \
www.eeworm.com/read/112861/15475572
c i2c.c
/* 〖说明〗I2C总线驱动程序(用两个普通IO模拟I2C总线)****************************************
包括100Khz(T=10us)的标准模式(慢速模式)选择和400Khz(T=2.5us)的快速模式选择,默认11.0592Mhz的晶振.
*******************************************************
www.eeworm.com/read/287416/8686901
rc miniftp.rc
backlog=14567
#配置是否允许匿名登陆
Anonymous_enable=YES
#配置 FTP 使用的端口号
FTP_port=14567
#设置上传文件权限,755 为默认值
Local_umask=022
#启用上传下载日志
debut_log_file_enable=YES
#日志文件存储路径
debug_Log_file=/var/log/mini
www.eeworm.com/read/382199/9042224
txt 系统说明.txt
1.目录介绍
bin文件夹:链接后的可执行文件目录
config文件夹:配置文件
include文件夹:.h文件
lib文件夹:系统中用到的库文件
src文件夹:源代码文件
temp文件:编译时的临时文件
makefile文件 :配置文件