ConOpSys V2970
P004.07
ANVILEX control operating system
|
CPU control board P015.27 V1.0 hardware driver implementation file. More...
#include <stdio.h>
#include <string.h>
#include "stm32f429xx.h"
#include "System_Resource.h"
#include "P015_27_V1_0_CPU.h"
Macros | |
#define | CPU_HSE_VALUE ( (U32)16000000 ) |
Default value of the external oscillator in Hz. More... | |
#define | CPU_HSI_VALUE ( (U32)16000000 ) |
Default value of the internal oscillator in Hz. More... | |
#define | CPU_LSE_VALUE ( (U32)32768 ) |
Value of the external Low Speed oscillator in Hz. More... | |
#define | CPU_LSI_VALUE ( (U32)40000 ) |
Value of the internal Low Speed oscillator in Hz. More... | |
Functions | |
void | System_Init (void) |
CPU control board P015.27 V1.0 hardware driver implementation file.
#define CPU_HSE_VALUE ( (U32)16000000 ) |
Default value of the external oscillator in Hz.
#define CPU_HSI_VALUE ( (U32)16000000 ) |
Default value of the internal oscillator in Hz.
#define CPU_LSE_VALUE ( (U32)32768 ) |
Value of the external Low Speed oscillator in Hz.
#define CPU_LSI_VALUE ( (U32)40000 ) |
Value of the internal Low Speed oscillator in Hz.
void System_Init | ( | void | ) |