Zephyr API Documentation 4.4.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
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MICRO_MCP9600_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_MICRO_MCP9600_H_
15
20
27#define MCP9600_DT_TYPE_K 0x0
28#define MCP9600_DT_TYPE_J 0x1
29#define MCP9600_DT_TYPE_T 0x2
30#define MCP9600_DT_TYPE_N 0x3
31#define MCP9600_DT_TYPE_S 0x4
32#define MCP9600_DT_TYPE_E 0x5
33#define MCP9600_DT_TYPE_B 0x6
34#define MCP9600_DT_TYPE_R 0x7
36
43#define MCP9600_DT_ADC_RES_18BIT 0x0
44#define MCP9600_DT_ADC_RES_16BIT 0x1
45#define MCP9600_DT_ADC_RES_14BIT 0x2
46#define MCP9600_DT_ADC_RES_12BIT 0x3
48
55#define MCP9600_DT_COLD_JUNC_TMP_RES_0_0625C 0x0
56#define MCP9600_DT_COLD_JUNC_TMP_RES_0_25C 0x1
58
60
61#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_MICRO_MCP9600_H_ */