tbt.c 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /************************************************************************
  2. Project: Welling Motor Control Paltform
  3. Filename: tbt.c
  4. Partner Filename: tbt.h
  5. Description: Time base for system tick
  6. Complier: IAR Embedded Workbench for ARM 7.80.4
  7. CPU TYPE : GD32F3x0
  8. *************************************************************************
  9. Copyright (c) 2018 Welling Motor Technology(Shanghai) Co. Ltd.
  10. All rights reserved.
  11. *************************************************************************
  12. *************************************************************************
  13. Revising History (ECL of this file):
  14. ************************************************************************/
  15. /************************************************************************
  16. Beginning of File, do not put anything above here except notes
  17. Compiler Directives:
  18. ************************************************************************/
  19. #ifndef _TBT_C_
  20. #define _TBT_C_
  21. #endif
  22. /************************************************************************
  23. Include File
  24. ************************************************************************/
  25. #include "user.h"
  26. /************************************************************************
  27. Constant Table:
  28. ************************************************************************/
  29. /************************************************************************
  30. Exported Functions:
  31. ************************************************************************/
  32. /************************************************************************
  33. Function:
  34. Description:
  35. Call by:
  36. Input Variables:
  37. Output/Return Variables:
  38. Subroutine Call:
  39. Reference:
  40. ************************************************************************/
  41. void tbt_voIsr(void)
  42. {}
  43. /************************************************************************
  44. Local Functions: N/A
  45. ************************************************************************/
  46. /************************************************************************
  47. Copyright (c) 2018 Welling Motor Technology(Shanghai) Co. Ltd.
  48. All rights reserved.
  49. ************************************************************************/
  50. #ifdef _TBT_C_
  51. #undef _TBT_C_ /* parasoft-suppress MISRA2004-19_6 "本项目中无法更改,后续避免使用" */
  52. #endif
  53. /************************************************************************
  54. End of this File (EOF)!
  55. Do not put anything after this part!
  56. ************************************************************************/