precision-converters-firmware
|
Provides useful support functions for the AD7124 No-OS driver. More...
Functions | |
uint8_t | ad7124_get_channel_setup (struct ad7124_dev *dev, uint8_t channel) |
uint8_t | ad7124_get_channel_pga (struct ad7124_dev *dev, uint8_t channel) |
bool | ad7124_get_channel_bipolar (struct ad7124_dev *dev, uint8_t channel) |
float | ad7124_convert_sample_to_voltage (struct ad7124_dev *dev, uint8_t channel, int32_t sample) |
Provides useful support functions for the AD7124 No-OS driver.
Copyright (c) 2019-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.
float ad7124_convert_sample_to_voltage | ( | struct ad7124_dev * | dev, |
uint8_t | channel, | ||
int32_t | sample | ||
) |
bool ad7124_get_channel_bipolar | ( | struct ad7124_dev * | dev, |
uint8_t | channel | ||
) |
uint8_t ad7124_get_channel_pga | ( | struct ad7124_dev * | dev, |
uint8_t | channel | ||
) |
uint8_t ad7124_get_channel_setup | ( | struct ad7124_dev * | dev, |
uint8_t | channel | ||
) |