2013年(41)
发布时间:2013-11-14 18:08:44
Symposium on Theory and Practice of Robots and Manipulators(6 : 1986 : Krak) (1-85091-243-2)RoManSY 6 : proceedings of the Sixth CISM-IFToMM Symposium on Theory and Practice of Robots and Manipulators / edited by A. Morecki, G. Bianchi and K. Kedzior (1-85091-243-2) Paul, Richard P. (0-262-.........【阅读全文】
发布时间:2013-11-11 18:37:56
一.spidev.c文件看一个设备驱动的方法:概览下重要的结构体spidev_data及全局变量device_list,bufsiz,SPIDEV_MAJOR...module_init标识的入口初始化函数spidev_init,(module_exit标识的出口函数)设备与设备驱动匹配时候调用的probe方法spidev_probe设备驱动的操作函数集file_operations--->spidev_fop.........【阅读全文】
发布时间:2013-11-11 18:37:17
一.spi设备[cpp] view plaincopystruct spi_device { struct device dev; //设备文件 struct spi_master &n.........【阅读全文】