![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * Copyright (C) 2016 Sensirion AG, Switzerland 0004 * Author: David Frey <david.frey@sensirion.com> 0005 * Author: Pascal Sachs <pascal.sachs@sensirion.com> 0006 */ 0007 0008 #ifndef __SHT3X_H_ 0009 #define __SHT3X_H_ 0010 0011 struct sht3x_platform_data { 0012 bool blocking_io; 0013 bool high_precision; 0014 }; 0015 #endif /* __SHT3X_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |