pcicfg.h
来自「相机传输图像程序源代码 拜耳模式(RAW格式文件)与RGB图像数据互相转换函数」· C头文件 代码 · 共 39 行
H
39 行
#ifndef ___PCICFG_H
#define ___PCICFG_H
#include <lvpackon.h>
typedef struct _tagPCICfgSpace {
U16BIT VendorId;
U16BIT DeviceId;
U16BIT Command;
U16BIT Status;
U8BIT RevisionId;
struct _tagClassCode {
U8BIT ProgIntf;
U8BIT Sub;
U8BIT Base;
} ClassCode;
U8BIT CacheLineSize;
U8BIT LatencyTimer;
U8BIT HeaderType;
U8BIT BIST;
U32BIT BaseAddress[6];
U32BIT CIS;
U16BIT SubVendorId;
U16BIT SubDeviceId;
U32BIT ROMBaseAddress;
U32BIT Reserved_3;
U32BIT Reserved_4;
U8BIT IntLine;
U8BIT IntPin;
U8BIT MinGnt;
U8BIT MaxLat;
} PCICfgSpace;
#include <lvpackof.h>
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?