CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - config.h
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - config.h - List
[
Other resource
]
config
DL : 2
2440的config.h,好用。 2440的config.h,好用。
Update
: 2008-10-13
Size
: 4.02kb
Publisher
:
张威
[
Other
]
uCOS-II_LPC2000
DL : 0
pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1,# include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, because the timer made different changes, it will affect the function : PC_ElapsedStart (), and PC_ElapsedStop (). 6, because of different real-time clock's revision, the function : PC_GetDateTime ().
Update
: 2025-02-17
Size
: 14kb
Publisher
:
hyh
[
SCM
]
KeilC51
DL : 0
本文档包括单片机系统中常用到的时钟中断、通讯及键盘扫描等模块(见所附源程序)的说明。这些模块使用前后台系统模型。为达到最大的灵活性, 需要在用户工程中定义config.h文件, 在其中定义各模块可选参数的设置,而不是直接更改源代码。-this document, including SCM system clock used to the interruption communications and keyboard scanning modules (see accompanying source code) Note. These modules use before and after the Taiwan model. To achieve maximum flexibility in user defined config.h engineering documents, in the definition module optional parameter settings, and not to directly change the source code.
Update
: 2025-02-17
Size
: 15kb
Publisher
:
yanyan
[
Embeded-SCM Develop
]
ucos-file
DL : 0
ucos下的FAT文件系统源码。 config.h dir.C disk.C FAT.C Fat.h FDT.C file.C floppy.c floppy.h format.C format.h Harddisk.c HardDisk.h INCLUDES.H OS_CFG.H OSFile.c OSFile.h RWSec.C Test.c-OUT of the FAT file system source code. Config.h dir.C disk.C FAT.C Fat.h FDT.C file.C floppy.c floppy.h format.C format.h Harddisk . c HardDisk.h INCLUDES.H OS_CFG.H OSFile.c OS File.h RWSec.C Test.c
Update
: 2025-02-17
Size
: 41kb
Publisher
:
易宏宇
[
VxWorks
]
at91rm9200g
DL : 0
包含makefile config.h rominit romstart userinit 等等文件-contains makefile config.h rominit romstart use rinit documents, etc.
Update
: 2025-02-17
Size
: 256kb
Publisher
:
张辉
[
Linux-Unix
]
DM9000
DL : 0
magic2200开发试验箱上面得dm9000网卡芯片驱动,包含如下得文件:config.h,dm9000.h,dm9000.c,MAKFILE,ju可以参见zlg得那本驱动得书,对此代码有详细得分析-magic2200 development chamber above a dm9000 network card driver chip that contains a file is as follows: config.h, dm9000.h, dm9000.c, MAKFILE, ju ZLG can see that the driver may have to book, this code must have a detailed analysis of
Update
: 2025-02-17
Size
: 8kb
Publisher
:
张旭
[
Embeded-SCM Develop
]
headfilel
DL : 0
arm s3c2410常用头文件整理,里面包含了arm.h,config.h,board.h等,花了很久时间才整理出来的-arm s3c2410 organize commonly used header file, which contains the arm.h, config.h, board.h and so on, spent a long time before finishing up
Update
: 2025-02-17
Size
: 2kb
Publisher
:
刘远浩
[
VxWorks
]
vxworks
DL : 0
VxWorks BSP主要配置文件 config.h , Makefile 注解和 BSP生成下载实例。一. 软盘启动。 VxWorks 的启动方式 二. 采用Target Server File System启动-VxWorks BSP main configuration file config.h, Makefile generated BSP Notes and download the examples. 1. Floppy disk to start. VxWorks startup mode II. Using Target Server File System Startup
Update
: 2025-02-17
Size
: 15kb
Publisher
:
流域强
[
ARM-PowerPC-ColdFire-MIPS
]
config
DL : 0
2440的config.h,好用。 2440的config.h,好用。-2440
Update
: 2025-02-17
Size
: 4kb
Publisher
:
张威
[
Other Embeded program
]
config
DL : 1
2131的config.h文件 2131的config.h文件-2131
Update
: 2025-02-17
Size
: 1kb
Publisher
:
刘东方
[
Embeded Linux
]
H-JTAG-config-file-for-s3c2410
DL : 0
大学使用过H-flash吗?是不是通过此软件仿真和编程非常方便?比一般的JTAG好得多?但是有时候出现死机,甚至不能编写的情况,本人根据实际的CPU的datasheet编写了两个启动代码: 一个是H-JTAG-SERVER的启动配置代码 另一个是H-JTAG-FLASH启动配置代码 实际上就是设置好一些寄存器. 按照我的这个配置文档来配置偏真器和烧写工具,将会节约您大多数的时间,通常烧写nor flash只要几十秒,当然,现在h-flash是不支持nand flash 的,但是,我先前上载过uboot代码,您可以通过此配置文件在norflash上烧写uboot,然后再通过uboot之tftp 下载代码并烧写nand flash,非常不错,且适合于初学者.-h--jtag-server---configfile for s3c2440 h--jtag-flash---configfile for s3c2440
Update
: 2025-02-17
Size
: 1kb
Publisher
:
李艳飞
[
Multimedia Develop
]
Config
DL : 0
与jrtpVideo和jrtpAudio配套的Config.h-The necessary head file for jrtpVideo and jrtpAudio
Update
: 2025-02-17
Size
: 2kb
Publisher
:
刘传凯
[
Other Embeded program
]
sd_atmega
DL : 0
SD memory and SPI at Atmega, spi.h, spi.c, sd.h, sd.c, config.h
Update
: 2025-02-17
Size
: 7kb
Publisher
:
pepociufakers
[
Software Engineering
]
config.h
DL : 0
Vxworks下BSP资料的config.h和makefile注释,学习Vxworks的好资料-Vxworks information under the BSP config.h and makefile notes, learning good information Vxworks
Update
: 2025-02-17
Size
: 10kb
Publisher
:
xuweifeng
[
SCM
]
tsl2561
DL : 0
IIC驱动程序 单片机: STC12C5410AD 主频: 24MHz include <REGX051.H> // AT89C4051头文件 #include "../inc/STC12C5410AD.H" // AT89C4051头文件 #include <INTRINS.H> // 系统调令头文件 #include "def.h" // 类型定义文件 #include "config.h" // 配置头文件 #include "IIC.h" // 配置头文件 #include "uart.h" // 配置头文件 -IIC driver SCM: STC12C5410AD frequency: 24MHz include <REGX051.H>// AT89C4051 header file# include " ../inc/STC12C5410AD.H" // AT89C4051 header file# include <INTRINS.H>// System transfer order header file# include " def.h" // type definition file# include " config.h" // configuration header file# include " IIC.h" // configuration header file# include " uart.h" // configuration header file
Update
: 2025-02-17
Size
: 3kb
Publisher
:
mengchao
[
Other
]
config
DL : 0
读写配置文件,config.ini;有C语言版和C++语言接口,简单易用-config.h config.c config.cpp
Update
: 2025-02-17
Size
: 9kb
Publisher
:
yesiryao
[
Other
]
config
DL : 0
linux下读取ini配置文件 config.cpp config.h-read the ini file under linux
Update
: 2025-02-17
Size
: 6kb
Publisher
:
陈雷
[
SCM
]
config
DL : 0
把multiwii的MWC config.h进行了注释翻译,方便大家看懂MWC飞控设置。-Translation of config.h for MWC
Update
: 2025-02-17
Size
: 27kb
Publisher
:
Pengji
[
SCM
]
Translation-of-MWC-config
DL : 0
将MWC飞控程序进行了翻译,方便用户设置并调试MWC飞控板。绝对原创。-Translation of config.h for MWC
Update
: 2025-02-17
Size
: 27kb
Publisher
:
Pengji
[
Linux-Unix
]
cvmx-config
DL : 0
The name CVMX_FAU_REG_AVAIL_BASE is provided to indicate the first available FAU address that is not allocated in cvmx-config.h. This is 64 bit aligned.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
xnbtfd
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.