gpio_header.h

来自「基于FPGA的防火墙系统设计.rar」· C头文件 代码 · 共 13 行

H
13
字号
#define TESTAPP_GEN
/* $Id: gpio_header.h,v 1.1 2006/02/16 23:28:46 moleres Exp $ */


#include "xbasic_types.h"
#include "xstatus.h"

XStatus GpioOutputExample(Xuint16 DeviceId, Xuint32 GpioWidth);
XStatus GpioInputExample(Xuint16 DeviceId, Xuint32 *DataRead);


⌨️ 快捷键说明

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