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.

19 lines
674 B

4 years ago
  1. /******************************************************************************************
  2. * Copyright (C), 2015, Shanghai Eastsoft Microelectronics Co., Ltd
  3. * : system_ES8P5066.h
  4. * : AE Team in
  5. * : V1.00
  6. * : 2021/04/27
  7. * : 使
  8. *******************************************************************************************/
  9. #ifndef __SYSTEM_HR8P506_H__
  10. #define __SYSTEM_HR8P506_H__
  11. #include <stdint.h>
  12. #include "ES8P5066.h"
  13. extern uint32_t SystemCoreClock;
  14. void SystemInit(void);
  15. #endif