Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mcp9600.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Thomas Schmid <tom@lfence.de>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MICRO_MCP9600_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_MICRO_MCP9600_H_
8
14
19#define MCP9600_DT_TYPE_K 0x0
20#define MCP9600_DT_TYPE_J 0x1
21#define MCP9600_DT_TYPE_T 0x2
22#define MCP9600_DT_TYPE_N 0x3
23#define MCP9600_DT_TYPE_S 0x4
24#define MCP9600_DT_TYPE_E 0x5
25#define MCP9600_DT_TYPE_B 0x6
26#define MCP9600_DT_TYPE_R 0x7
28
33#define MCP9600_DT_ADC_RES_18BIT 0x0
34#define MCP9600_DT_ADC_RES_16BIT 0x1
35#define MCP9600_DT_ADC_RES_14BIT 0x2
36#define MCP9600_DT_ADC_RES_12BIT 0x3
38
43#define MCP9600_DT_COLD_JUNC_TMP_RES_0_0625C 0x0
44#define MCP9600_DT_COLD_JUNC_TMP_RES_0_25C 0x1
46
48
49#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_MICRO_MCP9600_H_ */