CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - include.h

搜索资源列表

  1. zlg_7289

    0下载:
  2. 1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中 libminigui-1.6.2-linux/src/ial/ 5) 修改相关宏定义使上述二文件加入库编译。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:8149
    • 提供者:周波
  1. framebuffer

    0下载:
  2. 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_l
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:7425
    • 提供者:果法
  1. gsadfgwadfgasgd

    0下载:
  2. 一、 uboot是ppcboot和armboot合并而成,现在主流的bootloader为uboot和redboot 二、 bootm addr_kernel addr_initrd 三、 移植uboot时最好(一定)要找到一个自己板子的原形(即自己的板子是在这个板子上做一些修改而来的)的版本,这样就可以事半功倍。这样要修改的地方就比较少,也比较容易了。uboot支持很多平台,与一个具体平台相关的主要有三个地方: 1、./include/configs/xxxxx.h, 主要定义了f
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:21419
    • 提供者:smallwei
  1. I2C

    0下载:
  2. I2C #include "stm32f10x.h" #include <stdlib.h> #include "stm32_eval_i2c_tsensor.h" #include "stm32_eval.h" #ifdef USE_STM32100E_EVAL #include "stm32100e_eval_lcd.h" #elif defined USE_STM3210E_EVAL #include "stm3210e_eval_lc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:45040
    • 提供者:宋府明城
  1. include

    0下载:
  2. ti davinci ARM平台可能需要的头文件,davincievm.h,davincievm_aic33.h,davincievm_ddr.h,davincievm_i2c.h,davincievm_led.h,davincievm_flash.h-ti davinci ARM platforms may be required header files,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:15075
    • 提供者:ang
  1. watchdog

    0下载:
  2. watchdog 这是一个例程!可以参考一下!-#include <errno.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <sys/io.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h>
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:808
    • 提供者:
  1. Cmicroblaze

    0下载:
  2. #include "xgpio_l.h" #include "xutil.h" --- ----- #include "xparameters.h" #include "xgpio_l.h" #include "xutil.h" #include <stdio.h> #include <fcntl.h> int main (void)-#include "xgpio_l.h" #include "xutil.h" -----
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:737
    • 提供者:youssef
  1. LPC24xx_enet

    0下载:
  2. MAC/DMA Controller with DMA (ENET) driver include file-LPC24xx_enet.h MAC/DMA Controller with DMA (ENET) driver include file
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:2141
    • 提供者:poki
  1. GPS

    1下载:
  2. 基于ARM的GPRS车载系统源程序 /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Autho
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-03-26
    • 文件大小:5318
    • 提供者:月买双
  1. interrupt

    0下载:
  2. pwm驱动,用于ok6410,关联了一个头文件,debug.h需要包含含会另外上传。-pwm driver for ok6410, associated with a header, debug.h will need to include with the other uploads.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:12621
    • 提供者:yaong
  1. pciv

    0下载:
  2. 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
  3. 所属分类:Embeded Linux

    • 发布日期:2016-01-21
    • 文件大小:2685952
    • 提供者:sillygenius
  1. chengxu

    0下载:
  2. /*12864驱动程序 数据口接反,所以有一个数据口倒过来函数*/ #define LCD_SELF 1 #include <reg52.h> #include <intrins.h> #include "IoDefine.h" #include "lcd.h" #define L_PORT P0-/* 12864 driver data port is reversed, so there is a data port u
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-04
    • 文件大小:4453
    • 提供者:付路路
  1. CMOSCameraDriver

    0下载:
  2. 包括以下文件:sccb.c、sccb.h、s3c2440_ov9650.c、s3c2440camif.h、 s3c2440camif.c 五个文件-Include the following documents: sccb.c, sccb.h, s3c2440_ov9650.c, s3c2440camif.h, s3c2440camif.c five documents
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-23
    • 文件大小:182901
    • 提供者:whgjxyyyd
  1. wuziqi101

    0下载:
  2. 五子棋小游戏#include< stdlib.h> #include< time.h> #include< stdio.h> #include< conio.h> int chess[169]={0} /*棋盘*/struct chess_t/*作为辅助,即是作为建意*/{ char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/}chess_a[169] -Gobang game# Include
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:2431
    • 提供者:ssrktinfr
  1. 5f6e263198b5

    0下载:
  2. ads下arm 2440的头文件 2440addr.h等-arm2440 include file
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-17
    • 文件大小:4502073
    • 提供者:zyj
搜珍网 www.dssz.com