Analog Devices / Mbed OS EVAL-AD717x-AD411x-IIO

Dependencies:   sdp_k1_sdram

Embed: (wiki syntax)

« Back to documentation index

ad717x_support.h File Reference

ad717x_support.h File Reference

Header for AD717X support configurations. More...

Go to the source code of this file.

Functions

int32_t ad717x_enable_cont_read (ad717x_dev *device, bool cont_read_en)
 Enable/Disable continuous read mode.

Detailed Description

Header for AD717X support configurations.

Copyright (c) 2022 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 ad717x_support.h.


Function Documentation

int32_t ad717x_enable_cont_read ( ad717x_dev *  device,
bool  cont_read_en 
)

Enable/Disable continuous read mode.

Parameters:
device[in]- The AD717x Device descriptor
cont_read_en[in]- True in case of enable CONT_READ/ False in case of disable
Returns:
0 in case of success, negative error code otherwise

Definition at line 40 of file ad717x_support.c.