From 76177aa280494bb36d7a0bcbda1078d4db717020 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Mon, 9 Dec 2019 11:25:19 +0100 Subject: Official ARM version: v4.5 --- ...2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html | 254 +++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html (limited to 'Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html') diff --git a/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html b/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html new file mode 100644 index 0000000..99737ea --- /dev/null +++ b/Documentation/DSP/html/arm__fft__bin__example_2_a_r_m_2_r_t_e_2_device_2_a_r_m_c_m4___f_p_2system___a_r_m_c_m4_8c.html @@ -0,0 +1,254 @@ + + + + + +system_ARMCM4.c File Reference +CMSIS-DSP: system_ARMCM4.c File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
arm_fft_bin_example/ARM/RTE/Device/ARMCM4_FP/system_ARMCM4.c File Reference
+
+
+ + + + + + + + +

+Macros

#define __HSI
 
#define __XTAL
 
#define __SYSTEM_CLOCK
 
+ + + + + + +

+Functions

void SystemCoreClockUpdate (void)
 
void SystemInit (void)
 Setup the microcontroller system. Initialize the System.
 
+ + + +

+Variables

uint32_t SystemCoreClock
 
+

Macro Definition Documentation

+ +
+
+ + + + +
#define __HSI
+
+ +
+
+ +
+
+ + + + +
#define __SYSTEM_CLOCK
+
+ +

Referenced by SystemCoreClockUpdate(), and SystemInit().

+ +
+
+ +
+
+ + + + +
#define __XTAL
+
+ +
+
+

Function Documentation

+ +
+
+ + + + + + + + +
void SystemCoreClockUpdate (void )
+
+ +

References __SYSTEM_CLOCK, and SystemCoreClock.

+ +
+
+ +
+
+ + + + + + + + +
void SystemInit (void )
+
+

Initialize the system

+
Parameters
+ + +
none
+
+
+
Returns
none
+ +

References __SYSTEM_CLOCK, and SystemCoreClock.

+ +
+
+

Variable Documentation

+ +
+
+ + + + +
uint32_t SystemCoreClock
+
+

System Clock Frequency (Core Clock)

+ +
+
+
+
+ + + + -- cgit