include/dt-bindings/iio/temperature/thermocouple.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/iio/temperature/thermocouple.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/iio/temperature/thermocouple.h
Extension
.h
Size
456 bytes
Lines
17
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _DT_BINDINGS_TEMPERATURE_THERMOCOUPLE_H
#define _DT_BINDINGS_TEMPERATURE_THERMOCOUPLE_H


#define THERMOCOUPLE_TYPE_B	0x00
#define THERMOCOUPLE_TYPE_E	0x01
#define THERMOCOUPLE_TYPE_J	0x02
#define THERMOCOUPLE_TYPE_K	0x03
#define THERMOCOUPLE_TYPE_N	0x04
#define THERMOCOUPLE_TYPE_R	0x05
#define THERMOCOUPLE_TYPE_S	0x06
#define THERMOCOUPLE_TYPE_T	0x07

#endif /* _DT_BINDINGS_TEMPERATURE_THERMOCOUPLE_H */

Annotation

Implementation Notes