ConOpSys V2970  P004.07
ANVILEX control operating system
Macros
CPU_STM32F429.cpp File Reference

STM32F429 CPU class implementation file. More...

#include "stm32f429xx.h"
#include "TIMER2_STM32F429.h"
#include "CRC_32.h"
#include "CPU_STM32F429.h"
Include dependency graph for CPU_STM32F429.cpp:

Macros

#define CPU_HSE_VALUE   ( (U32)16000000 )
 Default value of the external oscillator in Hz (External oscillator not used) 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...
 

Detailed Description

STM32F429 CPU class implementation file.

Attention
No special attention requered.
Revision
2828
Date
2021-07-28 20:21:17 +0500 (Mi, 28 Jul 2021)
Author
ggavrituhin

Macro Definition Documentation

◆ CPU_HSE_VALUE

#define CPU_HSE_VALUE   ( (U32)16000000 )

Default value of the external oscillator in Hz (External oscillator not used)

◆ 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.