|
ConOpSys V2970
P004.07
ANVILEX control operating system
|
#include <string.h>#include "stm32f429xx.h"#include "System_Resource.h"#include "P014_51_CB_V1.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) |
| VOID | FPGA_Interrupt_Handler () |
| FPGA object interrupt handler. More... | |
Variables | |
| volatile U32 | u32_LSE_Startup_Time = (U32)0x00000000 |
| #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 FPGA_Interrupt_Handler | ( | ) |
FPGA object interrupt handler.
| void System_Init | ( | void | ) |
References false, and u32_LSE_Startup_Time.
Referenced by System_Init().