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

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"
Include dependency graph for P015_27_V1_0_CPU.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

CPU control board P015.27 V1.0 hardware driver implementation file.

Attention
No special attention requered.
Revision
2758
Date
2021-07-02 21:24:46 +0500 (Fr, 02 Jul 2021)
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  )