FU68xx_5.h 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /********************************************************************************
  2. **** Copyright (C), 2020, Fortior Technology Co., Ltd. ****
  3. ********************************************************************************
  4. * File Name : FU68xx_5.h
  5. * Author : Bruce HW&RD
  6. * Date : 2020-10-15
  7. * Description : .C file function description
  8. * Version : 1.0
  9. * Function List :
  10. *
  11. * Record :
  12. * 1.Date : 2020-10-15
  13. * Author : Bruce HW&RD
  14. * Modification: Created file
  15. ********************************************************************************/
  16. /* Define to prevent recursive inclusion --------------------------------------*/
  17. #ifndef __FU68XX_5_H_
  18. #define __FU68XX_5_H_
  19. /* Includes -------------------------------------------------------------------*/
  20. #include <ctype.h> //ctype.h包含ASCII字符的分类和转换函数
  21. #include <intrins.h> //intrins.h包含空操作,左右位移等内嵌代码
  22. #include <math.h> //math.h包含算术运算的数学函数
  23. #include <setjmp.h> //setjmp.h包含setjump和longjump程序的jump_buf类型
  24. #include <stdarg.h> //stdarg.h包含访问函数参数的宏
  25. #include <stdio.h> //stdio.h包含流输入输出的函数原型
  26. #include <stdlib.h> //stdlib.h包含数据类型装换、产生随机数和存储器定位函数
  27. #include <string.h> //string.h包含字符串和缓存操作函数
  28. /*常用宏定义--------------------------------------------------------------------*/
  29. /*FTC6805设备寄存器-------------------------------------------------------------*/
  30. #include <FU68xx_5_MCU.h>
  31. #include <FU68xx_5_MDU.h>
  32. #include <FU68xx_5_DMA.h>
  33. #endif