|
CMSIS2000
0.0.7
|
#include <stdint.h>

Макросы | |
| #define | IRC_OSC ( 4000000UL) /* Internal RC oscillator frequency */ |
| #define | OSC_CLK ( XTAL_HZ) /* Main oscillator frequency */ |
| #define | RTC_CLK ( 32768UL) /* RTC oscillator frequency */ |
| #define | WDT_OSC ( 500000UL) /* Internal WDT oscillator frequency */ |
| #define | XTAL_HZ (12000000UL) /* Oscillator frequency */ |
Функции | |
| void | SystemCoreClockUpdate (void) |
| Update SystemCoreClock variable. | |
| void | SystemInit (void) |
| Initialize the system. | |
Переменные | |
| uint32_t | SystemCoreClock |