搜索资源列表
spi
- 基于友善之臂-linux2.6.32.2 内核的SPI驱动程序-Based on a friendly arm-linux2.6.32.2 kernel SPI driver
LinuxSPI
- 在liunx下编写spi驱动教程,详细的解释加上源代码上的注释,是一个入门的很好的文件。-The spi driver tutorial written liunx under detailed explanation and the comments in the source code, is a good entry file.
ADS7843-driver
- ads7843 linux下触摸屏芯片驱动源码,通过spi相连,更改少量代码即可使用-ads7843 linux for touchscreen chip driver source by spi connected, change a small amount of code can be used
spi_s3c64xx
- linux s3c64xx源代码 /* linux/drivers/spi _s3c64xx.c * * Copyright (C) 2009 Samsung Electronics Ltd. * Jaswinder Singh <jassi.brar@samsung.com> * * This program is free software you can redistribute it and/or modify * it under t
spidev_test
- linux下面的spi用户态程序,非常实用,使得程序员不必编写内核驱动,使用该驱动能够易于spi驱动debug-The following user mode linux spi procedures, very practical, so that programmers do not have to write a kernel driver, use the drive can be easily spi driver debug etc.
spi
- 此函数把SPI的读写功能集成在一块,传递的val既是向SPI写的数据,也是从SPI读取的数据,只需要在执行读或写之前把MCU的I/O脚设置成相应的输出或输入即可。-This function of the SPI read and write functions integrated in one, passing val both written to the SPI data is read from the SPI data, only need to perform a read or
AM335x_SPI_MCP2515
- Am33518下的SPI转CAN测试驱动,使用MCP2515作为外围转接芯片-Am33518 under the SPI CAN test drive, the use of MCP2515 as a peripheral switching chip
AD7793-SPI
- 1、本主控芯片为stm32f103vet6 2、原理图上的是AD7792,实际使用的是AD7792 3、程序主要针对的是AD7792,代码是模拟方式与使用SPI方式读取AD值,共两份代码。-1, the main chip is stm32f103vet6 2 is a schematic diagram of the AD7792, AD7792 is actually used 3, the program is aimed primarily AD7792, code an
spidev.c
- * This supports access to SPI devices using normal userspace I/O calls. * Note that while traditional UNIX/POSIX I/O semantics are half duplex, * and often mask message boundaries, full SPI support requires full duplex * transfers. There ar