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

/******************************************************************************************
* Copyright (C), 2015, Shanghai Eastsoft Microelectronics Co., Ltd
* 文件名: system_ES8P5066.h
* 作 者: AE Team in
* 版 本: V1.00
* 日 期: 2021/04/27
* 备 注: 本软件仅供学习和演示使用,对用户直接引用代码所带来的风险或后果不承担任何法律责任。
*******************************************************************************************/
#ifndef __SYSTEM_HR8P506_H__
#define __SYSTEM_HR8P506_H__
#include <stdint.h>
#include "ES8P5066.h"
extern uint32_t SystemCoreClock;
void SystemInit(void);
#endif