precision-converters-firmware
ad77681_regs.h
Go to the documentation of this file.
1 /***************************************************************************/
12 #ifndef _AD77681_REGS_H_
13 #define _AD77681_REGS_H_
14 
15 /******************************************************************************/
16 /***************************** Include Files **********************************/
17 /******************************************************************************/
18 
19 #include <stdint.h>
20 
21 /******************************************************************************/
22 /************************ Public Declarations *********************************/
23 /******************************************************************************/
24 
25 extern const uint32_t ad77681_regs[];
26 
27 #endif /* _AD77681_REGS_H_ */
const uint32_t ad77681_regs[]
Definition: ad77681_regs.c:25