ConOpSys V2970  P004.07
ANVILEX control operating system
Macros | Functions | Variables
P014_51_CB_V1.cpp File Reference
#include <string.h>
#include "stm32f429xx.h"
#include "System_Resource.h"
#include "P014_51_CB_V1.h"
Include dependency graph for P014_51_CB_V1.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)
 
VOID FPGA_Interrupt_Handler ()
 FPGA object interrupt handler. More...
 

Variables

volatile U32 u32_LSE_Startup_Time = (U32)0x00000000
 

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

◆ FPGA_Interrupt_Handler()

VOID FPGA_Interrupt_Handler ( )

FPGA object interrupt handler.

Returns
None
Note
None

◆ System_Init()

void System_Init ( void  )

References false, and u32_LSE_Startup_Time.

Variable Documentation

◆ u32_LSE_Startup_Time

volatile U32 u32_LSE_Startup_Time = (U32)0x00000000

Referenced by System_Init().