precision-converters-firmware
|
Implementation of AD406x support functions. More...
#include <stdint.h>
#include "iio.h"
#include "iio_trigger.h"
#include "app_support.h"
#include "ad405x_iio.h"
#include "no_os_error.h"
Macros | |
#define | ALIGN_SIZE (sizeof(uint32_t) * 2) |
#define | MAX_DMA_BYTES |
Variables | |
uint8_t | local_adc_data [MAX_DMA_BYTES] |
struct iio_hw_trig * | ad405x_hw_trig_desc |
uint8_t | bytes_per_sample |
const struct ad405x_support_desc | ad406x_support_descriptor |
Implementation of AD406x support functions.
This module has all the support file necessary for working of AD406x
Copyright (c) 2025 Analog Devices, Inc.
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 ALIGN_SIZE (sizeof(uint32_t) * 2) |
#define MAX_DMA_BYTES |
|
extern |
const struct ad405x_support_desc ad406x_support_descriptor |
|
extern |
uint8_t local_adc_data[MAX_DMA_BYTES] |