![]() |
no-OS
|
Implementation of IIO timer trigger example for eval-ad7091r8-sdz project. More...
Macros | |
| #define | ADC_CHANNELS 8 |
| #define | IIO_DATA_BUFFER_SIZE (400 * ADC_CHANNELS * sizeof(int32_t)) |
Functions | |
| int | example_main () |
| IIO trigger example main execution. | |
Variables | |
| uint8_t | ad7091r8_data_buffer [IIO_DATA_BUFFER_SIZE] |
| struct no_os_timer_init_param | ad7091r8_timer_ip |
| struct no_os_irq_init_param | ad7091r8_timer_irq_ip |
| const struct iio_hw_trig_cb_info | ad7091r8_timer_cb_info |
| struct iio_hw_trig_init_param | ad7091r8_timer_trig_ip |
Implementation of IIO timer trigger example for eval-ad7091r8-sdz project.
Copyright 2024(c) Analog Devices, Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| #define ADC_CHANNELS 8 |
| #define IIO_DATA_BUFFER_SIZE (400 * ADC_CHANNELS * sizeof(int32_t)) |
| int example_main | ( | void | ) |
IIO trigger example main execution.
Basic example main execution.
Basic example main executiont.
IIO descriptor and initialization parameter.
IIO app.
Declaring iio_devices structure
Initializing IIO app init param.
Initializing IIO app.
Running the IIO app (use iio_info or osc in terminal).
| uint8_t ad7091r8_data_buffer[IIO_DATA_BUFFER_SIZE] |
| const struct iio_hw_trig_cb_info ad7091r8_timer_cb_info |
| struct no_os_timer_init_param ad7091r8_timer_ip |
| struct no_os_irq_init_param ad7091r8_timer_irq_ip |
| struct iio_hw_trig_init_param ad7091r8_timer_trig_ip |