/** * @copyright (C) COPYRIGHT 2019, Fortior Technology Co., Ltd. * @file FU68xx_5.h * @author Bruce HW&RD * @note Last modify author is Bruce HW&RD * @since 2019-03-27 * @date 2019-03-27 * @brief Created file */ /* Define to prevent recursive inclusion --------------------------------------------------------*/ #ifndef __FU68XX_5_H_ #define __FU68XX_5_H_ /* Includes -------------------------------------------------------------------------------------*/ #include //ctype.h包含ASCII字符的分类和转换函数 #include //intrins.h包含空操作,左右位移等内嵌代码 #include //math.h包含算术运算的数学函数 #include //setjmp.h包含setjump和longjump程序的jump_buf类型 #include //stdarg.h包含访问函数参数的宏 #include //stdio.h包含流输入输出的函数原型 #include //stdlib.h包含数据类型装换、产生随机数和存储器定位函数 #include //string.h包含字符串和缓存操作函数 /*常用宏定义-------------------------------------------------------------------------------------*/ /*FTC6804设备寄存器------------------------------------------------------------------------------*/ #include #endif