precision-converters-firmware
Loading...
Searching...
No Matches
ad552xr_regs.h
Go to the documentation of this file.
1/***************************************************************************/
39#ifndef __AD552XR_REGS_H__
40#define __AD552XR_REGS_H__
41
42/******************************************************************************/
43/***************************** Include Files **********************************/
44/******************************************************************************/
45#include "ad552xr.h"
46
47/******************************************************************************/
48/********************** Macros and Constants Definitions **********************/
49/******************************************************************************/
50#define AD552XR_RChn (4ul << 16)
51
52/******************************************************************************/
53/********************** Variables and User Defined Data Types *****************/
54/******************************************************************************/
55extern const uint32_t ad552xr_regs[AD552XR_NUM_REGS];
56
57/******************************************************************************/
58/************************ Public Declarations *********************************/
59/******************************************************************************/
60
61#endif /* __AD552XR_REGS_H__ */
const uint32_t ad552xr_regs[AD552XR_NUM_REGS]
Definition ad552xr_regs.c:41