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
eval-adis1654x
src
platform
platform_includes.h
Go to the documentation of this file.
1
/***************************************************************************/
33
34
#ifndef __PLATFORM_INCLUDES_H__
35
#define __PLATFORM_INCLUDES_H__
36
37
#ifdef PICO_PLATFORM
38
#include "
pico/parameters.h
"
39
#endif
40
41
#ifdef MAXIM_PLATFORM
42
#include "
maxim/parameters.h
"
43
#endif
44
45
#ifdef STM32_PLATFORM
46
#include "
stm32/parameters.h
"
47
#endif
48
49
#ifdef IIO_SUPPORT
50
#include "
iio_app.h
"
51
#endif
52
53
#endif
/* __PLATFORM_INCLUDES_H__ */
parameters.h
Definitions specific to Maxim platform used by eval-adis1654x project.
parameters.h
Definitions specific to pico platform used by eval-adis1654x project.
parameters.h
Definitions specific to STM32 platform used by eval-adis1654x project.
iio_app.h
Header file of iio_app.
Generated by
1.13.2