|
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 AD3530R IIO device. | |
| void | iio_app_event_handler (void) |
| Run the AD3530R IIO event handler. | |
| int | main (void) |
| Main entry point to application. | |
Main interface for IIO firmware application.
Copyright (c) 2022-23,2026 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 iio_app_event_handler | ( | void | ) |
Run the AD3530R IIO event handler.
This function monitors the new IIO client event
Run the AD3530R IIO event handler.
This function monitors the new IIO client event
Run the AD3530R IIO event handler.

| int32_t iio_app_initialize | ( | void | ) |
Initialize the IIO interface for AD3530R IIO device.
Initialize the IIO interface for AD3530R IIO device.
Initialize the IIO interface for AD3530R IIO device.
Initialize the IIO interface for AD3530R 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.