📄 xsffuart.h
字号:
/******************************************************************************
**
** COPYRIGHT (C) 2000 Intel Corporation
**
** FILENAME: xsffuart.h
**
** PURPOSE: This file defines the device context structure of FFUART
**
** LAST MODIFIED: 12/20/2000
******************************************************************************/
#ifndef _xsffuart_h
#define _xsffuart_h
/*
************************************************************************************
* CONSTANTS
************************************************************************************
*/
#ifdef FFUART_GLOBALS
#define EXTRN
#else
#define EXTRN extern
#endif
/*
************************************************************************************
* DATA TYPES
************************************************************************************
*/
/*
************************************************************************************
* GLOBAL VARIABLES
************************************************************************************
*/
EXTRN UartContextT FFUart;
/*
************************************************************************************
* FUNCTION PROTOTYPES
************************************************************************************
*/
VOID XsFFUartSWInit (VOID);
UINT32 XsFFUartHWSetup(UartContextT * ctxP);
#endif /* _xsffuart_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -