搜索资源列表
WindowsNetAndConmunicationDesign
- 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Window
at91_fram_spi.rar
- at91sam9261的linux下铁电驱动程序,spi口读写,at91sam9261 ferroelectric under the linux driver, spi I read and write
LinuxRPX
- LM70_mediaengine.c is based on procfs-This device driver demonstrates communication with a LM70 temperature * sensor using the SA1110 SPI controller. The driver uses polled I/O by checking the SSSR s busy flag instead of using interrupts. The dri
spi_txx9
- 倾情奉献一个LINUX系统下关于TXx9 SPI控制器的驱动程序,希望能帮到更多朋友-Decent show a LINUX system TXx9 SPI controller driver, and I hope to help more friends
spi_adda
- 实现FPGA读取AD转换的数据,AD芯片我采用的是ADS7844,采用的是SPI通信方式-achieve the function of read the data from the AD transform chip.the communciation method is SPI.i have tested the code ,and it can work.
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
mxs-spi
- Freescale i.MX233 i.MX28 SPI controller register definition.
spi-bitbang-txrx
- Mix this utility code with some glue code to get one of several types of simple SPI master driver. Two do polled word-at-a-time I O:.
mxs-spi
- Freescale i.MX233 i.MX28 SPI controller register definition.
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