Example program for EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

Embed: (wiki syntax)

« Back to documentation index

ad5770r_console_app.h File Reference

ad5770r_console_app.h File Reference

: defines the console menu structure for the AD5770R example code More...

Go to the source code of this file.

Functions

int32_t ad5770r_app_initialize (void)
 Initialize the AD7124 device and the SPI port as required.

Detailed Description

: defines the console menu structure for the AD5770R example code

: -----------------------------------------------------------------------------

Copyright (c) 2020-2021 Analog Devices, Inc. All Rights Reserved.

This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.

Definition in file ad5770r_console_app.h.


Function Documentation

int32_t ad5770r_app_initialize ( void   )

Initialize the AD7124 device and the SPI port as required.

This resets and then writes the default register map value to the device. A call to init the SPI port is made, but may not actually do very much, depending on the platform

Definition at line 68 of file ad5770r_console_app.c.