precision-converters-firmware
|
Header file for ad719x IIO interface. More...
#include "iio.h"
#include "iio_types.h"
#include "ad719x.h"
Go to the source code of this file.
Macros | |
#define | REAL_BITS ADC_RESOLUTION |
#define | STORAGE_BITS 32 |
#define | MODE_BIT_POSTION 21 |
#define | BPDSW_BIT_POSTION 6 |
#define | CNV_START_CMD 0x5C |
#define | CNV_STOP_CMD 0x58 |
#define | BYTES_TRANSFER_THREE 3 |
#define | AD719X_CHN_SHIFT 4 |
Functions | |
int32_t | ad719x_iio_initialize (void) |
Initialize the ad719x IIO Interface. More... | |
void | ad719x_iio_event_handler (void) |
Run the ad719x IIO event handler. More... | |
Variables | |
struct ad719x_dev * | p_ad719x_dev_inst |
Header file for ad719x IIO interface.
Copyright (c) 2021-22,2024 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.
#define AD719X_CHN_SHIFT 4 |
#define BPDSW_BIT_POSTION 6 |
#define BYTES_TRANSFER_THREE 3 |
#define CNV_START_CMD 0x5C |
#define CNV_STOP_CMD 0x58 |
#define MODE_BIT_POSTION 21 |
#define REAL_BITS ADC_RESOLUTION |
#define STORAGE_BITS 32 |
void ad719x_iio_event_handler | ( | void | ) |
Run the ad719x IIO event handler.
int32_t ad719x_iio_initialize | ( | void | ) |
Initialize the ad719x IIO Interface.
|
extern |