Template 1.0
Basic Project based STM32L031
Loading...
Searching...
No Matches
system_clock.h
Go to the documentation of this file.
1
12#ifndef SYSTEM_CLOCK_H
13#define SYSTEM_CLOCK_H
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19
32void SYSTEMCLOCK_v_Config(void);
33
34#ifdef __cplusplus
35}
36#endif
37
38#endif // SYSTEM_CLOCK_H
void SYSTEMCLOCK_v_Config(void)
System Clock Configuration The system Clock is configured as follow : System Clock source = MSI ...
Definition system_clock.c:17