| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /********************************************************************************
- **** Copyright (C), 2019, Fortior Technology Co., Ltd. ****
- ********************************************************************************
- * File Name : FU68xx_4.h
- * Author : Bruce HW&RD
- * Date : 2019-03-27
- * Description : .C file function description
- * Version : 1.0
- * Function List :
- *
- * Record :
- * 1.Date : 2019-03-27
- * Author : Bruce HW&RD
- * Modification: Created file
- ********************************************************************************/
- /* Define to prevent recursive inclusion --------------------------------------------------------*/
- #ifndef __FU68XX_5_H_
- #define __FU68XX_5_H_
- /* Includes -------------------------------------------------------------------------------------*/
- #include <ctype.h> //ctype.h包含ASCII字符的分类和转换函数
- #include <intrins.h> //intrins.h包含空操作,左右位移等内嵌代码
- #include <math.h> //math.h包含算术运算的数学函数
- #include <setjmp.h> //setjmp.h包含setjump和longjump程序的jump_buf类型
- #include <stdarg.h> //stdarg.h包含访问函数参数的宏
- #include <stdio.h> //stdio.h包含流输入输出的函数原型
- #include <stdlib.h> //stdlib.h包含数据类型装换、产生随机数和存储器定位函数
- #include <string.h> //string.h包含字符串和缓存操作函数
- /*常用宏定义-------------------------------------------------------------------------------------*/
- /*FTC6804设备寄存器------------------------------------------------------------------------------*/
- #include <FU68xx_5_MCU.h>
- #include <FU68xx_5_MDU.h>
- #include <FU68xx_5_DMA.h>
- #endif
|