Searched defs:iio_data_format (Results 1 – 2 of 2) sorted by relevance
1471 struct iio_data_format { struct1473 unsigned int length;1476 unsigned int bits;1479 unsigned int shift;1482 bool is_signed;1485 bool is_fully_defined;1488 bool is_be;1491 bool with_scale;1494 double scale;1520 * @return A pointer to the channel's iio_data_format structure */ argument