dc550_usartdriver.h

来自「一款经典的数字电话设计资料」· C头文件 代码 · 共 32 行

H
32
字号
/*****************************************************************************/
/*  CONFIDENTIAL                                                             */
/*  Sigpro Copyright 2003, All rights reserved                               */
/*****************************************************************************/
/*  CLIENT:  Telematrix                                                      */
/*  PROJECT: DC550 Digital Centrex Phone                                     */
/*  FILE:    dc550_usartdriver.h                                             */
/*****************************************************************************/
/*  This is the header file for dc550_usartdriver.c.                         */
/*****************************************************************************/

#ifndef DC550_USARTDRIVER_HEADER
#define DC550_USARTDRIVER_HEADER

#include  "dc550_local.h"


/******************************************************************************
 *  FUNCTION PROTOTYPES
 *****************************************************************************/
extern void usartdriver_init(void);
extern void usartdriver_exec(void);
extern int dc550_printf(const char *format, ...);


/******************************************************************************
 *  CONSTANTS
 *****************************************************************************/
// The constants have not yet been defined

#endif

⌨️ 快捷键说明

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