precision-converters-firmware
Loading...
Searching...
No Matches
ad5710r_regs.h
Go to the documentation of this file.
1/***************************************************************************/
12#ifndef _AD5710R_REGS_H_
13#define _AD5710R_REGS_H_
14
15/******************************************************************************/
16/***************************** Include Files **********************************/
17/******************************************************************************/
18
19#include <stdint.h>
20#include "ad5710r.h"
21
22/******************************************************************************/
23/********************* Macros and Constants Definition ************************/
24/******************************************************************************/
25
26#define AD5710R_REG_MAP_END 0xffff
27
28/******************************************************************************/
29/********************** Public/Extern Declarations ****************************/
30/******************************************************************************/
31
32extern const uint32_t ad5710r_regs[];
33
34#endif /* _AD5710R_REGS_H_ */
const uint32_t ad5710r_regs[]
Definition ad5710r_regs.c:21