CMSIS_DSP: CMSIS_DSP.h Source File

Modbus RTU XMC47

CMSIS_DSP.h
Go to the documentation of this file.
1 
49 #ifndef CMSIS_DSP_H
50 #define CMSIS_DSP_H
51 
52 /***********************************************************************************************************************
53  * HEADER FILES
54  **********************************************************************************************************************/
55 
56 #include "cmsis_dsp_conf.h"
57 #include "arm_math.h"
58 #include "DAVE_Common.h"
59 
60 /**********************************************************************************************************************
61  * MACROS
62  **********************************************************************************************************************/
63 
64 /**********************************************************************************************************************
65  * ENUMERATIONS
66  **********************************************************************************************************************/
67 
68 /**********************************************************************************************************************
69  * DATA STRUCTURES
70  **********************************************************************************************************************/
71 
72 #ifdef __cplusplus
73 extern "C" {
74 #endif
75 
76 /***********************************************************************************************************************
77  * API PROTOTYPES
78  **********************************************************************************************************************/
79 
120 DAVE_APP_VERSION_t CMSIS_DSP_GetAppVersion(void);
121 
126 #ifdef __cplusplus
127 }
128 #endif
129 
130 #endif /* CMSIS_DSP_H */