no-OS
Public Attributes | List of all members
iio_app_desc Struct Reference

IIO application descriptor. More...

#include <iio_app.h>

Collaboration diagram for iio_app_desc:
Collaboration graph
[legend]

Public Attributes

struct no_os_uart_descuart_desc
 
void * irq_desc
 
struct iio_desciio_desc
 
int(* post_step_callback )(void *arg)
 
void * arg
 

Detailed Description

IIO application descriptor.

Member Data Documentation

◆ arg

void* iio_app_desc::arg

Function parameteres

◆ iio_desc

struct iio_desc* iio_app_desc::iio_desc

IIO descriptor to be returned

◆ irq_desc

void* iio_app_desc::irq_desc

IRQ descriptor to be used

◆ post_step_callback

int(* iio_app_desc::post_step_callback) (void *arg)

Function to be called each step

◆ uart_desc

struct no_os_uart_desc* iio_app_desc::uart_desc

UART descriptor to be used


The documentation for this struct was generated from the following file: