AD7768-1 MBED IIO Application Example
Dependencies: platform_drivers
app/ad77681_regs.h@1:c0429edee15b, 2021-09-24 (annotated)
- Committer:
- epena
- Date:
- Fri Sep 24 18:39:34 2021 +0800
- Revision:
- 1:c0429edee15b
Adding Released source code of ad7768-1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
epena | 1:c0429edee15b | 1 | /***************************************************************************//** |
epena | 1:c0429edee15b | 2 | * @file ad77681_regs.h |
epena | 1:c0429edee15b | 3 | * @brief Global declarations for ad77681_regs module |
epena | 1:c0429edee15b | 4 | ******************************************************************************** |
epena | 1:c0429edee15b | 5 | * Copyright (c) 2021 Analog Devices, Inc. |
epena | 1:c0429edee15b | 6 | * All rights reserved. |
epena | 1:c0429edee15b | 7 | * |
epena | 1:c0429edee15b | 8 | * This software is proprietary to Analog Devices, Inc. and its licensors. |
epena | 1:c0429edee15b | 9 | * By using this software you agree to the terms of the associated |
epena | 1:c0429edee15b | 10 | * Analog Devices Software License Agreement. |
epena | 1:c0429edee15b | 11 | *******************************************************************************/ |
epena | 1:c0429edee15b | 12 | #ifndef _AD77681_REGS_H_ |
epena | 1:c0429edee15b | 13 | #define _AD77681_REGS_H_ |
epena | 1:c0429edee15b | 14 | |
epena | 1:c0429edee15b | 15 | /******************************************************************************/ |
epena | 1:c0429edee15b | 16 | /***************************** Include Files **********************************/ |
epena | 1:c0429edee15b | 17 | /******************************************************************************/ |
epena | 1:c0429edee15b | 18 | |
epena | 1:c0429edee15b | 19 | #include <stdint.h> |
epena | 1:c0429edee15b | 20 | |
epena | 1:c0429edee15b | 21 | /******************************************************************************/ |
epena | 1:c0429edee15b | 22 | /************************ Public Declarations *********************************/ |
epena | 1:c0429edee15b | 23 | /******************************************************************************/ |
epena | 1:c0429edee15b | 24 | |
epena | 1:c0429edee15b | 25 | extern const uint32_t ad77681_regs[]; |
epena | 1:c0429edee15b | 26 | |
epena | 1:c0429edee15b | 27 | #endif /* _AD77681_REGS_H_ */ |