FU68xx_5.h 1.6 KB

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