mikroSDK Reference Manual
system_stm32f1xx.h
1
31
#ifndef __SYSTEM_STM32F10X_H
32
#define __SYSTEM_STM32F10X_H
33
34
#ifdef __cplusplus
35
extern
"C"
{
36
#endif
37
51
extern
uint32_t
SystemCoreClock
;
52
extern
const
uint8_t
AHBPrescTable
[16U];
53
extern
const
uint8_t
APBPrescTable
[8U];
79
extern
void
SystemInit(
void
);
80
extern
void
SystemCoreClockUpdate(
void
);
85
#ifdef __cplusplus
86
}
87
#endif
88
89
#endif
/*__SYSTEM_STM32F10X_H */
90
98
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
AHBPrescTable
const uint8_t AHBPrescTable[16U]
SystemCoreClock
uint32_t SystemCoreClock
APBPrescTable
const uint8_t APBPrescTable[8U]