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

Structure holding channel attributess. More...

#include <iio_types.h>

Collaboration diagram for iio_ch_info:
Collaboration graph
[legend]

Public Attributes

int16_t ch_num
 
bool ch_out
 
enum iio_chan_type type
 
bool differential
 
uint32_t address
 

Detailed Description

Structure holding channel attributess.

Member Data Documentation

◆ address

uint32_t iio_ch_info::address

Driver specific identifier.

◆ ch_num

int16_t iio_ch_info::ch_num

Channel number. TODO: refactor out the ch_ prefix.

◆ ch_out

bool iio_ch_info::ch_out

Channel direction: input/output. TODO: refactor out the ch_ prefix.

◆ differential

bool iio_ch_info::differential

Differential channel indicator

◆ type

enum iio_chan_type iio_ch_info::type

Channel type


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