⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 atmel.h

📁 atmel芯片的Linux驱动程序。很多802.11协议的无限网卡都使用该芯片
💻 H
字号:
#ifndef __ATMEL_H__#define __ATMEL_H__/* to be included only by FucdLayer.h */#include <usb.h>#define MAX_ALLOWED_FW_SIZE 65535#define MAX_DEVICES 10const int ondevnum[4] = { 8, 8, 13, 9 };struct at76c503a_device_id {	char *name;	int idVendor;	int idProduct;};static struct at76c503a_device_id atmel_device_ids[] = { 	{"at76c503a", 0x03eb, 0x7605 },	{"at76c505", 0x03eb, 0x7606 },	{"at76c505-2958", 0x03eb, 0x7613 },	{"at76c505A", 0x03eb, 0x7614 },};//#ifdef _cplusplus extern "C" {//#endifint AtmelFirmwareUpgrade(char *filename);int AtmelGetFwVersion(usb_dev_handle *dev, unsigned char *version);int AtmelGetModeOfOperation(usb_dev_handle *dev, unsigned char *mode);//#ifdef _cplusplus }//#endif // c++#endif // ATMEL_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -