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.

13 lines
301 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. #ifndef __SYSTICK_H__
  2. #define __SYSTICK_H__
  3. #include "system_ES8P5066.h"
  4. #include "lib_config.h"
  5. #include "port.h"
  6. void User_SysTickInit(void);
  7. uint32_t get_sys_ticket(void);
  8. uint32_t port_haspassedms(uint32_t ticket);
  9. void port_do_debug_light_state(void);
  10. void Delayms(__IO uint32_t nTime);
  11. #endif