precision-converters-firmware
ad355xr_regs.h
Go to the documentation of this file.
1 /***************************************************************************/
12 #ifndef _AD355XR_REGS_H_
13 #define _AD355XR_REGS_H_
14 
15 /******************************************************************************/
16 /***************************** Include Files **********************************/
17 /******************************************************************************/
18 
19 #include <stdint.h>
20 #include "ad3552r.h"
21 
22 /******************************************************************************/
23 /********************* Macros and Constants Definition ************************/
24 /******************************************************************************/
25 
26 /******************************************************************************/
27 /********************** Public/Extern Declarations ****************************/
28 /******************************************************************************/
29 
30 extern const uint8_t ad355xr_regs[];
31 
32 #endif /* _AD355XR_REGS_H_ */
const uint8_t ad355xr_regs[]
Definition: ad355xr_regs.c:21