|
precision-converters-firmware
|
Main interface for IIO firmware application. More...
#include <stdio.h>#include <stdint.h>#include "no_os_error.h"
Functions | |
| int32_t | init_system (void) |
| Initialize the system peripherals. | |
| int32_t | iio_app_initialize (void) |
| Initialize the IIO interface for AD405X IIO device. | |
| void | iio_app_event_handler (void) |
| Run the AD405X IIO event handler. | |
| int | main (void) |
| Main entry point to application. | |
Main interface for IIO firmware application.
Copyright (c) 2024, 2026 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.
| void iio_app_event_handler | ( | void | ) |
Run the AD405X IIO event handler.
This function monitors the new IIO client event
Run the AD405X IIO event handler.
This function monitors the new IIO client event
Run the AD405X IIO event handler.
| int32_t iio_app_initialize | ( | void | ) |
Initialize the IIO interface for AD405X IIO device.
Initialize the IIO interface for AD405X IIO device.
Initialize the IIO interface for AD405X IIO device.
| int32_t init_system | ( | void | ) |
Initialize the system peripherals.
Initialize the system peripherals.
This function initializes system peripherals for the application
Initialize the system peripherals.
| int main | ( | void | ) |
Main entry point to application.