tbt.c 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 "syspar.h"
  26. #include "user.h"
  27. #include "FSM_1st.h"
  28. #include "FSM_2nd.h"
  29. /************************************************************************
  30. Constant Table:
  31. ************************************************************************/
  32. /************************************************************************
  33. Exported Functions:
  34. ************************************************************************/
  35. /************************************************************************
  36. Function:
  37. Description:
  38. Call by:
  39. Input Variables:
  40. Output/Return Variables:
  41. Subroutine Call:
  42. Reference:
  43. ************************************************************************/
  44. void tbt_voIsr(void)
  45. {}
  46. /************************************************************************
  47. Local Functions: N/A
  48. ************************************************************************/
  49. /************************************************************************
  50. Copyright (c) 2018 Welling Motor Technology(Shanghai) Co. Ltd.
  51. All rights reserved.
  52. ************************************************************************/
  53. #ifdef _TBT_C_
  54. #undef _TBT_C_
  55. #endif
  56. /************************************************************************
  57. End of this File (EOF)!
  58. Do not put anything after this part!
  59. ************************************************************************/