Robobo
Main Page
Related Pages
Modules
Classes
Files
Examples
File List
File Members
system_ARMCM4.h
Go to the documentation of this file.
1
/**************************************************************************/
26
#ifndef SYSTEM_ARMCM4_H
27
#define SYSTEM_ARMCM4_H
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
33
extern
uint32_t
SystemCoreClock
;
45
extern
void
SystemInit
(
void
);
46
56
extern
void
SystemCoreClockUpdate
(
void
);
57
58
#ifdef __cplusplus
59
}
60
#endif
61
62
#endif
/* SYSTEM_ARMCM4_H */
SystemInit
void SystemInit(void)
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable...
Definition:
system_ARMCM0.c:59
SystemCoreClockUpdate
void SystemCoreClockUpdate(void)
Updates the SystemCoreClock with current core Clock retrieved from cpu registers. ...
Definition:
system_ARMCM0.c:45
SystemCoreClock
uint32_t SystemCoreClock
Definition:
system_ARMCM0.c:39
src
CMSIS
Device
ARM
ARMCM4
Include
system_ARMCM4.h
Generated by
1.8.11