搜索资源列表
keyboraddriver_dragonballMX1(GPIO)
- 该文件是摩托罗拉的嵌入式芯片dragonball MX1的在嵌入式linux下键盘驱动,程序采用GPIO管脚连接键盘,文件中有相应的说明-the document is Motorola's embedded chips dragonball MX1 in Embedded LINU x under the keyboard, procedures used GPIO pins connecting keyboard, a corresponding note
gpio
- gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-stric
gpio
- 基于linux和s3c2440的gpio驱动程序,同时包含了应用程序例子,能够访问任意的单个IO管脚,设置为输入、输出等
gpio
- 嵌入式LINUX的GPIO驱动和测试代码,测试代码中写0置低,写1置高
GPIO
- 简单的 linux gpio 读写程序,了解2410 io操作。-Linux gpio read and write simple procedures, understand the operation of 2410 io.
2440_gpio
- linux下2440的gpio驱动,里边有一些含有内核中的注释,是看后的笔记,看这个对了解基本的字符设备的驱动写法有帮助-2440 under the GPIO linux driver inside the kernel contains some of the notes, is to look after the notes, look at this to understand the basic character device driver writing help
TLC2543_AD_driver
- 这个程序实现了s3c2410的GPIO口对TLC2543AD芯片的驱动。linux环境下用交叉编译环境编译之后,加载模块到内核之后就可以使用。-This procedure has the GPIO port of S3C2410 chip TLC2543AD driver. linux environment using cross compiler environment for the compiler, the loadable module into the kernel can be
hardware
- 《嵌入式Linux应用开发完全手册》一书中无操作系统下对GPIO、NAND Flash、LCD、I2C、Uart、MMU等调试程序-" Embedded Linux application development entirely manual," one book, no operating system on the GPIO, NAND Flash, LCD, I2C, Uart, MMU, etc. debugger
GPIO
- 嵌入式 linux GPIO驱动 测试程序-failed to translate
gpio-test
- 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、
GPIO
- 申延超_嵌入式Linux应用开发完全手册笔记_GPIO接口-GPIO
s3c2410-gpio_module
- embedded linux:for s3c2410 linux kernel 2.4 gpio test program
gpiolib
- davinci系列GPIO通用函数库,包含io状态读写,以及Io作为中断等的控制函数集合-davici gpio general function inclue basic read and write operation
gpio
- Linux 在S3C2440下基本的驱动程序,包括基本端口操作-Linux under the basic driver S3C2440, including basic port operations
x86aIICagpio
- x86平台下基于PCA9555的IIC控制GPIO驱动,linux系统为opensuse11,可以作为示例代码参考用。-x86 platform, the IIC control based PCA9555 GPIO driver, linux system opensuse11, sample code can serve as a reference.
S3C2410_GPIO(Linux)
- 在linux下,S3C2410开发板上GPIO的驱动样例,希望对你有帮助-In linux, S3C2410 GPIO driver development
i2c-davinci-gpio
- Linux I2C over GPIO driver
gpio_test.c.tar
- 针对OMAP3530处理器,用来测试GPIO的模块程序。这个程序可以申请gpio,为gpio设置中断处理函数等功能。-For the OMAP3530 processor, the program is used to test the GPIO. This procedure can apply gpio, gpio settings for the interrupt handler functions.
GPIO口控制类GpioControl
- 自己写的嵌入式LINUX下GPIO口控制类 ,用在QT的Widgets Application中 【使用方法】 [初始化对象] GpioControl m_gpioControl; [初始化GPIO第84口OUT] m_gpioControl.Init(84); [设置GPIO第84口高电平] m_gpioControl.gpio_set_value(84, "1"); [设置GPIO第84口低电平] m_gpioControl.gpio_set_value(84, &
Linux-ATSHA204-I2C-140713a_new
- 来自厂商源码。实现对加密芯片atsha204的操作,通讯可使用i2c或者GPIO(From vendor source code. Encryption chip atsha204 operation, communication can use I2C or GPIO)