代码搜索:CCD驱动

找到约 10,000 项符合「CCD驱动」的源代码

代码结果 10,000
www.eeworm.com/read/405875/11455346

txt nrf驱动说明.txt

NRF驱动说明 void nrfxie(unsigned char data) //写一个字节到NRF,其中DATA为要写的数据,在写前需要把NRF配置到待机模式 int nrfdu() //读一个数据 同上 返回一个字节,需要先配置NRF void nrfxiedata(unsigned char *q) 写一个数组到NRF其中数组的第一个数据是本数组的数
www.eeworm.com/read/348165/11608976

c linux字符驱动.c

dev.c 代码 #ifndef __KERNEL__ #define __KERNEL__ #endif #ifndef MODULE #define MODULE #endif //#include #include #include #include
www.eeworm.com/read/260945/11685286

c norflash驱动写法.c

//************************************************************************************************** //*** linux-2.6内核中等待的使用例子 : norflash擦除时等待 static int erase_one_block(struct map_info *map, struct
www.eeworm.com/read/345649/11798436

txt 驱动升级记录.txt

;;=================================================================================================== ;; PCI-9810非智能CAN接口卡驱动程序(A版本、B版本)升级记录 ;; 相关文件(A版本): PCI9810A.SYS, PCI9810A.DLL, PCI9810A.INF ;;