Home
last modified time | relevance | path

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

/tools/iio/
Diio_utils.h37 struct iio_channel_info { struct
38 char *name;
39 char *generic_name;
40 float scale;
41 float offset;
42 unsigned index;
43 unsigned bytes;
67 void bsort_channel_array_by_index(struct iio_channel_info *ci_array, int cnt); argument