Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tmp114.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Fredrik Gihl
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_TI_TMP114_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_TI_TMP114_H_
15
22
29#define TMP114_DT_ODR_6_4_MS 0
30#define TMP114_DT_ODR_31_25_MS 1
31#define TMP114_DT_ODR_62_5_MS 2
32#define TMP114_DT_ODR_125_MS 3
33#define TMP114_DT_ODR_250_MS 4
34#define TMP114_DT_ODR_500_MS 5
35#define TMP114_DT_ODR_1000_MS 6
36#define TMP114_DT_ODR_2000_MS 7
38
40
41#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_TI_TMP114_H_ */