Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tmp11x.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Prevas A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_TI_TMP11X_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_TI_TMP11X_H_
15
20
27#define TMP11X_DT_ODR_15_5_MS 0
28#define TMP11X_DT_ODR_125_MS 0x80
29#define TMP11X_DT_ODR_250_MS 0x100
30#define TMP11X_DT_ODR_500_MS 0x180
31#define TMP11X_DT_ODR_1000_MS 0x200
32#define TMP11X_DT_ODR_4000_MS 0x280
33#define TMP11X_DT_ODR_8000_MS 0x300
34#define TMP11X_DT_ODR_16000_MS 0x380
36
43#define TMP11X_DT_OVERSAMPLING_1 0
44#define TMP11X_DT_OVERSAMPLING_8 0x20
45#define TMP11X_DT_OVERSAMPLING_32 0x40
46#define TMP11X_DT_OVERSAMPLING_64 0x60
48
50
51#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_TI_TMP11X_H_ */