precision-converters-firmware
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ad3530r_regs.h
Go to the documentation of this file.
1/***************************************************************************/
12#ifndef _AD3530R_REGS_H_
13#define _AD3530R_REGS_H_
14
15/******************************************************************************/
16/***************************** Include Files **********************************/
17/******************************************************************************/
18
19#include <stdint.h>
20#include "ad3530r.h"
21
22/******************************************************************************/
23/********************* Macros and Constants Definition ************************/
24/******************************************************************************/
25
26#define AD3530R_REG_MAP_END 0xffff
27
28/******************************************************************************/
29/********************** Public/Extern Declarations ****************************/
30/******************************************************************************/
31
32extern const uint32_t ad3530r_regs [];
33
34#endif /* _AD3530R_REGS_H_ */
const uint32_t ad3530r_regs[]
Definition ad3530r_regs.c:21