uartlite_intr_header.h

来自「最新的FreeRTOS源代码」· C头文件 代码 · 共 15 行

H
15
字号
#define TESTAPP_GEN
/* $Id: uartlite_intr_header.h,v 1.1 2007/05/15 07:00:27 mta Exp $ */


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

XStatus UartLiteIntrExample(XIntc* IntcInstancePtr, \
                            XUartLite* UartLiteInstancePtr, \
                            Xuint16 UartLiteDeviceId, \
                            Xuint16 UartLiteIntrId);


⌨️ 快捷键说明

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