![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Exerciser program for ad2174 no-OS driver. More...
Exerciser program for ad2174 no-OS driver.
Copyright 2017(c) Analog Devices, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file EVAL-AD7124-8.ino.
Go to the source code of this file.
Functions | |
static void | setup () |
static void | loop () |
Variables | |
struct ad7124_st_reg | my_ad7124_regs [AD7124_REG_NO] |
spi_init_param | spi_params |
ad7124_init_param | init_params |
struct ad7124_dev | my_ad7124 |
struct ad7124_dev * | ad7124_handler = &my_ad7124 |
static int | regNr |
long | timeout = 100 |
long | ret = 0 |
long | sample |
|
static |
Definition at line 226 of file EVAL-AD7124-8.ino.
|
static |
Definition at line 149 of file EVAL-AD7124-8.ino.
struct ad7124_dev* ad7124_handler = &my_ad7124 |
Definition at line 141 of file EVAL-AD7124-8.ino.
ad7124_init_param init_params |
Definition at line 132 of file EVAL-AD7124-8.ino.
struct ad7124_dev my_ad7124 |
Definition at line 140 of file EVAL-AD7124-8.ino.
struct ad7124_st_reg my_ad7124_regs[AD7124_REG_NO] |
Definition at line 55 of file EVAL-AD7124-8.ino.
|
static |
Definition at line 143 of file EVAL-AD7124-8.ino.
long ret = 0 |
Definition at line 145 of file EVAL-AD7124-8.ino.
long sample |
Definition at line 146 of file EVAL-AD7124-8.ino.
spi_init_param spi_params |
Definition at line 123 of file EVAL-AD7124-8.ino.
long timeout = 100 |
Definition at line 144 of file EVAL-AD7124-8.ino.