pidulate.h

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

H
28
字号
/* -*-C-*- * * $Revision: 1.1 $ *   $Author: rivimey $ *     $Date: 1999/03/11 11:54:03 $ * * Copyright (c) 1996 Advanced RISC Machines Limited. * All Rights Reserved. * *   Project: ANGEL * *     Title: Debugging via panic block - header file. */#ifndef angel_pidulate_h#define angel_pidulate_h#define DIRECT_OUT_ADDR 0x3000000#define DIRECT_OUT ((unsigned char *) DIRECT_OUT_ADDR)#define pidulate_PreWarn(l)  (IGNORE(l), TRUE)#define pidulate_PutChar(c)  (*DIRECT_OUT = (c))#define pidulate_PostWarn(n) (IGNORE(n), (void *)0)#endif /* ndef angel_pidulate_h *//* EOF pidulate.h */

⌨️ 快捷键说明

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