struct bmi160_data { struct regmap *regmap; struct iio_trigger *trig; struct regulator_bulk_data supplies[2]; struct iio_mount_matrix orientation; /* * Ensure natural alignment for timestamp if present. * Max length needed: 2 * 3 channels + 4 bytes padding + 8 byte ts. * If fewer channels are enabled, less space may be needed, as * long as the timestamp is still aligned to 8 bytes.
*/
__le16 buf[12] __aligned(8);
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.