includes.h

来自「详细介绍了arm7-at91r40008,的开发全过程」· C头文件 代码 · 共 71 行

H
71
字号
/*
*********************************************************************************************************
*                                                uC/OS-II
*                                          The Real-Time Kernel
*
*                        (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL
*                                           All Rights Reserved
*
*                                           MASTER INCLUDE FILE
*********************************************************************************************************
*/
#define	DF9311_1997_101_SEC		0
#define	DF9311_1997_101_PRI		0
#define	DF9311_2002_101_SEC		0
#define DF9311_DLT645PRI		0
#define	DF9311_DNP30SEC			0
#define	DF9311_104SEC			0
#define	DF9311_NET				1
#define	DF9311_FDRTASK			1
#define	DF9311_FATASK			1

//os includes
#include    <string.h>
#include    <math.h>
#include    <stdio.h>
#include    <stdlib.h>
#include    <stdint.h>
#include    <stddef.h>
#include	<ctype.h>
#include 	<stdarg.h>
#include	"../../../drivers/com/com.h"
#include	"../../../parts/r40008/reg_r40008.h"
#include	"../../../parts/r40008/lib_r40008.h"

#include    "os_cpu.h"
#include    "os_cfg.h"
#include    "ucos_ii.h"
#include    "df9311zk.h"
#include	"bsp.h"
#include	"9311main.h"
#include	"9311cfg.h"
#include    "9311db.h"
#include    "lib_i2c.h"
#include    "std_c.h"
#include    "yc.h"
#include    "x1226.h"
#include    "tmp100.h"
#include	"time.h"
#include	"type.h"
#include	"bspface.h"
#include 	"lib.h"
#include 	"time.h"
#include	"9311pad.h"
#include	"9311db.h"
#include	"9311yx.h"
#include     "series.h"
#include	"9311fop.h"
#include	"df9000wh.h"
#include	"net.h"
#include	"Dnpsec.h"


#define MSEC2TICK 	(1000/OS_TICKS_PER_SEC)/*毫秒数*/







⌨️ 快捷键说明

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