precision-converters-firmware
|
Header for AD405X IIO application. More...
Go to the source code of this file.
Functions | |
int32_t | iio_ad405x_initialize (void) |
Initialize the IIO interface for AD405X IIO device. More... | |
void | iio_ad405x_event_handler (void) |
Run the AD405X IIO event handler. More... | |
void | data_capture_callback (void *context) |
Interrupt Service Routine to monitor data ready event. More... | |
Variables | |
struct ad405x_dev * | p_ad405x_dev |
Header for AD405X IIO application.
Copyright (c) 2023-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.
void data_capture_callback | ( | void * | ctx | ) |
Interrupt Service Routine to monitor data ready event.
context[in] | - Callback context (unused) |
Interrupt Service Routine to monitor data ready event.
ctx[in] | - Callback context (unused) |
Interrupt Service Routine to monitor data ready event.
ctx[in] | - Callback context (unused) |
void iio_ad405x_event_handler | ( | void | ) |
Run the AD405X IIO event handler.
This function monitors the new IIO client event
int32_t iio_ad405x_initialize | ( | void | ) |
Initialize the IIO interface for AD405X IIO device.
|
extern |