Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tmp116.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Vitrolife A/S
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_TI_TMP116_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_TI_TMP116_H_
8
19#define TMP116_DT_ODR_15_5_MS 0
20#define TMP116_DT_ODR_125_MS 0x80
21#define TMP116_DT_ODR_250_MS 0x100
22#define TMP116_DT_ODR_500_MS 0x180
23#define TMP116_DT_ODR_1000_MS 0x200
24#define TMP116_DT_ODR_4000_MS 0x280
25#define TMP116_DT_ODR_8000_MS 0x300
26#define TMP116_DT_ODR_16000_MS 0x380
31#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_TI_TMP116_H_ */