You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
671 B

4 years ago
  1. /*********************************************************
  2. *Copyright (C), 2017, Shanghai Eastsoft Microelectronics Co., Ltd.
  3. *: systick.h
  4. * : AE Team
  5. * : V1.00
  6. * : 2021/05/13
  7. * :
  8. * :
  9. 使
  10. **********************************************************/
  11. #ifndef __SYSTICK_H__
  12. #define __SYSTICK_H__
  13. #include "system_ES8P5066.h"
  14. #include "lib_config.h"
  15. void User_SysTickInit(void);
  16. void Delay_100us(__IO uint32_t nTime);
  17. void TimingDelay_Decrement(void);
  18. #endif