includes.h

来自「最新版IAR FOR ARM(EWARM)5.11中的代码例子」· C头文件 代码 · 共 39 行

H
39
字号
/***************************************************************************
 **
 **    Master inlude file
 **
 **    Used with ARM IAR C/C++ Compiler and Assembler.
 **
 **    (c) Copyright IAR Systems 2005
 **
 **    $Revision: 13146 $
 **
 ***************************************************************************/

#ifndef __INLCUDES_H
#define __INLCUDES_H

#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <stdbool.h>
#include <limits.h>

#include <intrinsics.h>
#include <Freescale/iomc9328mx21.h>

#include "arm_comm.h"
#include "board.h"
#include "drv_aitc.h"
#include "arm926ej_cp15_drv.h"
#include "ttbl.h"
#include "drv_lcd.h"
#include "drv_i2c.h"
#include "drv_csi.h"
#include "drv_buzzer.h"
#include "drv_touch_scr.h"

#endif // __INLCUDES_H

⌨️ 快捷键说明

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