no-OS
Loading...
Searching...
No Matches
platform_includes.h
Go to the documentation of this file.
1
/***************************************************************************/
35
#ifndef __PLATFORM_INCLUDES_H__
36
#define __PLATFORM_INCLUDES_H__
37
38
#ifdef XILINX_PLATFORM
39
#include "
xilinx/parameters.h
"
40
#elif defined STM32_PLATFORM
41
#include "
stm32/parameters.h
"
42
#elif defined LATTICE_PLATFORM
43
#include "
lattice/parameters.h
"
44
#endif
45
46
#ifdef IIO_SUPPORT
47
#include "
iio_app.h
"
48
#endif
49
50
#endif
/* __PLATFORM_INCLUDES_H__ */
parameters.h
Definitions specific to Lattice platform used by ad738x_fmcz project.
parameters.h
Definitions specific to STM32 platform used by eval-ad738x project.
parameters.h
Definitions specific to xilinx platform used by ad463x_fmcz project.
iio_app.h
Header file of iio_app.
projects
ad738x_fmcz
src
platform
platform_includes.h
Copyright © 2024
Analog Devices Inc.
. All Rights Reserved.