ConOpSys V2970  P004.07
ANVILEX control operating system
Macros | Functions
P017_39_KG3_CB_DEBUG.cpp File Reference

System target class implementation file. More...

#include <stdio.h>
#include <string.h>
#include "stm32f429xx.h"
#include "System_Resource.h"
#include "P017_39_KG3_CB_DEBUG.h"
Include dependency graph for P017_39_KG3_CB_DEBUG.cpp:

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)
 

Detailed Description

System target class implementation file.

Attention
No special attention requered. $HeadURL: https://192.168.3.4:8443/svn/P004_07/ConOpSys/Hardware/P017_39_KG3_CB/P017_39_KG3_CB_DEBUG.cpp $
Revision
2053
Date
2020-09-06 02:16:27 +0500 (So, 06 Sep 2020)
Author
minch

Macro Definition Documentation

◆ CPU_HSE_VALUE

#define CPU_HSE_VALUE   ( (U32)16000000 )

Default value of the external oscillator in Hz.

◆ CPU_HSI_VALUE

#define CPU_HSI_VALUE   ( (U32)16000000 )

Default value of the internal oscillator in Hz.

◆ CPU_LSE_VALUE

#define CPU_LSE_VALUE   ( (U32)32768 )

Value of the external Low Speed oscillator in Hz.

◆ CPU_LSI_VALUE

#define CPU_LSI_VALUE   ( (U32)40000 )

Value of the internal Low Speed oscillator in Hz.

Function Documentation

◆ System_Init()

void System_Init ( void  )