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.

23 lines
762 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
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. #include "port.h"
  16. void User_SysTickInit(void);
  17. uint32_t get_sys_ticket(void);
  18. uint32_t port_haspassedms(uint32_t ticket);
  19. void port_do_debug_light_state(void);
  20. void Delayms(__IO uint32_t nTime);
  21. #endif