xsbtuart.h
来自「uart实验源码!希望你可以给你们带来帮助!谢谢可以跟大家分享!」· C头文件 代码 · 共 50 行
H
50 行
/******************************************************************************
**
** COPYRIGHT (C) 2000 Intel Corporation
**
** FILENAME: xsffuart.h
**
** PURPOSE: This file defines the device context structure of BTUART
**
** LAST MODIFIED: 1/3/2001
******************************************************************************/
#ifndef _xsbtuart_h
#define _xsbtuart_h
/*
************************************************************************************
* CONSTANTS
************************************************************************************
*/
#ifdef BTUART_GLOBALS
#define EXTRN
#else
#define EXTRN extern
#endif
/*
************************************************************************************
* DATA TYPES
************************************************************************************
*/
/*
************************************************************************************
* GLOBAL VARIABLES
************************************************************************************
*/
EXTRN UartContextT BTUart;
/*
************************************************************************************
* FUNCTION PROTOTYPES
************************************************************************************
*/
void XsBTUartSWInit (void);
#endif /* _xsbtuart_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?