serial.h

来自「无操作系统的环境下」· C头文件 代码 · 共 51 行

H
51
字号
/*
******************************************************************************************************************
*                                            xxx project ---- xxx module
*
*                        Copyright(C), 2006-2007, Allwinner Microelectronic Co., Ltd.
*											All Rights Reserved
*
*File Name: serial_core.h
*
*Author: Wang Yugang
*
*Version  1.0
*
*Date  2007.8.2
*
*Description: 
*
*Others : None at present.
*
*
* History :
*
* <Author>          <time>      <version>     <desricption>
*
* Wangyugang      2007.8.2        1.0         build the file
*  
*******************************************************************************************************************
*/

#ifndef  __serial_core_h
#define  __serial_core_h




extern void UART_putchar( char c );
extern void UART_puts( char * string );
extern char UART_getchar( void );
extern char UART_getchar_with_display( void );
extern char awaitkey( unsigned int timeout, int *statp );

         




#endif     //  ifndef __serial_core_h



/* end of serial_core.h  */

⌨️ 快捷键说明

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