precision-converters-firmware
|
Header for AD717X support configurations. More...
#include "ad717x.h"
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. More... | |
int32_t | ad717x_adc_read_converted_sample (uint32_t *adc_data) |
Read ADC raw data for recently sampled channel. More... | |
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.
int32_t ad717x_adc_read_converted_sample | ( | uint32_t * | adc_data | ) |
Read ADC raw data for recently sampled channel.
adc_data[out] | - Pointer to adc data read variable |
int32_t ad717x_enable_cont_read | ( | ad717x_dev * | device, |
bool | cont_read_en | ||
) |
Enable/Disable continuous read mode.
device[in] | - The AD717x Device descriptor |
cont_read_en[in] | - True in case of enable CONT_READ/ False in case of disable |