1
0

FU6522_72.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /**
  2. * @file FU6522_72.h
  3. * @version V1.0.0
  4. * @author FortiorTech Hardware Team
  5. * @date 2021-07-15 20:50:54
  6. * @brief This file contains ...
  7. *
  8. * @copyright Copyright(C) 2022, Fortior Technology Co., Ltd. All rights reserved.
  9. */
  10. #ifndef __FU6522_72_H__
  11. #define __FU6522_72_H__
  12. // Include external header file.
  13. #include <ctype.h> //ctype.h包含ASCII字符的分类和转换函数
  14. #include <intrins.h> //intrins.h包含空操作,左右位移等内嵌代码
  15. #include <math.h> //math.h包含算术运算的数学函数
  16. #include <setjmp.h> //setjmp.h包含setjump和longjump程序的jump_buf类型
  17. #include <stdarg.h> //stdarg.h包含访问函数参数的宏
  18. #include <stdio.h> //stdio.h包含流输入输出的函数原型
  19. #include <stdlib.h> //stdlib.h包含数据类型装换、产生随机数和存储器定位函数
  20. #include <string.h> //string.h包含字符串和缓存操作函数
  21. #include <FU6522_72_MCU.h>
  22. #include <FU6522_72_DMA.h>
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. // Your code.
  27. // ...
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif //__FU6522_72_H__
  32. /*** (C) Copyright 2011-2022 Fortior Technology Co., Ltd. ***/