20 lines
248 B
C
20 lines
248 B
C
|
|
#ifndef SYSTEM_PY32MD530_H__
|
||
|
|
#define SYSTEM_PY32MD530_H__
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
|
||
|
|
extern uint32_t SystemCoreClock;
|
||
|
|
|
||
|
|
void SystemInit(void);
|
||
|
|
void SystemCoreClockUpdate(void);
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|