Home
last modified time | relevance | path

Searched defs:iio_channel_info (Results 1 – 1 of 1) sorted by relevance

/tools/iio/
Diio_utils.h40 struct iio_channel_info { struct
41 char *name;
42 char *generic_name;
43 float scale;
44 float offset;
45 unsigned index;
46 unsigned bytes;
70 void bsort_channel_array_by_index(struct iio_channel_info *ci_array, int cnt); argument