|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Devicetree binding constants for the TI TMP11x temperature sensors. More...
Go to the source code of this file.
Macros | |
Output data rate options | |
Values for the odr devicetree property. | |
| #define | TMP11X_DT_ODR_15_5_MS 0 |
| 15.5 ms | |
| #define | TMP11X_DT_ODR_125_MS 0x80 |
| 125 ms | |
| #define | TMP11X_DT_ODR_250_MS 0x100 |
| 250 ms | |
| #define | TMP11X_DT_ODR_500_MS 0x180 |
| 500 ms | |
| #define | TMP11X_DT_ODR_1000_MS 0x200 |
| 1000 ms | |
| #define | TMP11X_DT_ODR_4000_MS 0x280 |
| 4000 ms | |
| #define | TMP11X_DT_ODR_8000_MS 0x300 |
| 8000 ms | |
| #define | TMP11X_DT_ODR_16000_MS 0x380 |
| 16000 ms | |
Averaging (oversampling) options | |
Values for the oversampling devicetree property. | |
| #define | TMP11X_DT_OVERSAMPLING_1 0 |
| 1 conversion averaged | |
| #define | TMP11X_DT_OVERSAMPLING_8 0x20 |
| 8 conversions averaged | |
| #define | TMP11X_DT_OVERSAMPLING_32 0x40 |
| 32 conversions averaged | |
| #define | TMP11X_DT_OVERSAMPLING_64 0x60 |
| 64 conversions averaged | |
Devicetree binding constants for the TI TMP11x temperature sensors.