no-OS
Toggle main menu visibility
Main Page
Related Pages
Structures
Structure List
Structure Index
Files
File List
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
projects
iio_demo
src
platform
platform_includes.h
Go to the documentation of this file.
1
/***************************************************************************/
33
#ifndef __PLATFORM_INCLUDES_H__
34
#define __PLATFORM_INCLUDES_H__
35
36
#ifdef STM32_PLATFORM
37
#include "
stm32/parameters.h
"
38
#elif defined MAXIM_PLATFORM
39
#include "
maxim/parameters.h
"
40
#elif defined XILINX_PLATFORM
41
#include "
xilinx/parameters.h
"
42
#elif defined ADUCM_PLATFORM
43
#include "
aducm3029/parameters.h
"
44
#elif defined LINUX_PLATFORM
45
#include "
linux/parameters.h
"
46
#elif defined PICO_PLATFORM
47
#include "
pico/parameters.h
"
48
#endif
49
50
#ifdef IIO_SUPPORT
51
#include "
iio_app.h
"
52
#endif
53
54
#endif
/* __PLATFORM_INCLUDES_H__ */
iio_app.h
Header file of iio_app.
parameters.h
Definitions specific to aducm3029 platform used by iio_demo project.
parameters.h
Definitions specific to linux platform used by iio_demo project.
parameters.h
Definitions specific to Maxim platform used by iio_demo project.
parameters.h
Definitions specific to pico platform used by iio_demo project.
parameters.h
Definitions specific to stm32 platform used by iio_demo project.
parameters.h
Definitions specific to xilinx platform used by iio_demo project.
Generated by
1.13.2