precision-converters-firmware
ad2s1210_user_config.h
Go to the documentation of this file.
1 /***************************************************************************//*
2  * @file ad2s1210_user_config.h
3  * @brief User configurations for AD2S1210 No-OS driver
4 ******************************************************************************
5  * Copyright (c) 2023 Analog Devices, Inc.
6  * Copyright (c) 2023 BayLibre, SAS.
7  * All rights reserved.
8  *
9  * This software is proprietary to Analog Devices, Inc. and its licensors.
10  * By using this software you agree to the terms of the associated
11  * Analog Devices Software License Agreement.
12 ******************************************************************************/
13 
14 #ifndef _AD2S1210_USER_CONFIG_H_
15 #define _AD2S1210_USER_CONFIG_H_
16 
17 /******************************************************************************/
18 /***************************** Include Files **********************************/
19 /******************************************************************************/
20 
21 #include "ad2s1210.h"
22 
23 /******************************************************************************/
24 /********************** Macros and Constants Definition ***********************/
25 /******************************************************************************/
26 
27 /******************************************************************************/
28 /********************** Public/Extern Declarations ****************************/
29 /******************************************************************************/
30 
31 extern struct ad2s1210_init_param ad2s1210_init_params;
32 
33 #endif /* _AD2S1210_USER_CONFIG_H_ */
struct ad2s1210_init_param ad2s1210_init_params
Definition: ad2s1210_user_config.c:29