Template
1.0
Basic Project based STM32L031
Loading...
Searching...
No Matches
include
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
16
extern
"C"
{
17
#endif
18
19
32
void
SYSTEMCLOCK_v_Config
(
void
);
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
#endif
// SYSTEM_CLOCK_H
SYSTEMCLOCK_v_Config
void SYSTEMCLOCK_v_Config(void)
System Clock Configuration The system Clock is configured as follow : System Clock source = MSI ...
Definition
system_clock.c:17
Generated by
1.12.0