log552.h

来自「AT91所有开发板的资料 AT91所有开发板的资料」· C头文件 代码 · 共 41 行

H
41
字号
/* -*-C-*- * * $Revision: 1.1 $ *   $Author: rivimey $ *     $Date: 1999/03/11 11:54:01 $ * * Copyright (c) 1996 Advanced RISC Machines Limited. * All Rights Reserved. * *   Project: ANGEL * *     Title: Debug interface via Serial writes to 16c552 serial port B. */#ifndef angel_log552_h#define angel_log552_h#include "logging.h"#include "logpriv.h"#ifdef RAW_ST16C552_B# if RAW_ST16C552_B == 1#  error Serial chip B in use!# endif#endif#define LOG552_PORT  ST16C552_IDENT_Bbool log552_PreWarn(WarnLevel level);int  log552_PutChar(char c);void log552_PostWarn(unsigned int len);#define DEFBAUD               115200              /* default baud rate */#endif /* ndef angel_log552_h *//* EOF log552.h */

⌨️ 快捷键说明

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