📄 log552.h
字号:
/* -*-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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -