LCM — CH32V003 Light Control Module
Light Control Module, I2C slave
Loading...
Searching...
No Matches
system_ch32v00x.h
Go to the documentation of this file.
1/********************************** (C) COPYRIGHT *******************************
2 * File Name : system_ch32v00x.h
3 * Author : WCH
4 * Version : V1.0.0
5 * Date : 2022/08/08
6 * Description : CH32V003 Device Peripheral Access Layer System Header File.
7*********************************************************************************
8* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
9* Attention: This software (modified or not) and binary are used for
10* microcontroller manufactured by Nanjing Qinheng Microelectronics.
11*******************************************************************************/
12#ifndef __SYSTEM_CH32V00x_H
13#define __SYSTEM_CH32V00x_H
14
15#ifdef __cplusplus
16 extern "C" {
17#endif
18
19extern uint32_t SystemCoreClock; /* System Clock Frequency (Core Clock) */
20
21/* System_Exported_Functions */
22extern void SystemInit(void);
23extern void SystemCoreClockUpdate(void);
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif /*__CH32V00x_SYSTEM_H */
30
31
32
void SystemInit(void)
uint32_t SystemCoreClock
void SystemCoreClockUpdate(void)