Robobo
Main Page
Related Pages
Modules
Classes
Files
Examples
File List
File Members
system_Device.h
1
/**************************************************************************/
26
#ifndef SYSTEM_<Device>_H
/* ToDo: replace '<Device>' with your device name */
27
#define SYSTEM_<Device>_H
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
33
#include <stdint.h>
34
35
extern
uint32_t
SystemCoreClock
;
47
extern
void
SystemInit
(
void
);
48
58
extern
void
SystemCoreClockUpdate
(
void
);
59
60
#ifdef __cplusplus
61
}
62
#endif
63
64
#endif
/* SYSTEM_<Device>_H */
SystemCoreClock
uint32_t SystemCoreClock
Definition:
system_ARMCM0.c:39
SystemCoreClockUpdate
void SystemCoreClockUpdate(void)
Updates the SystemCoreClock with current core Clock retrieved from cpu registers. ...
Definition:
system_ARMCM0.c:45
SystemInit
void SystemInit(void)
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable...
Definition:
system_ARMCM0.c:59
src
CMSIS
Device
_Template_Vendor
Vendor
Device
Include
system_Device.h
Generated by
1.8.11