| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Extended public API for TI's TMP108 temperature sensor. More...
Go to the source code of this file.
Macros | |
| #define | TMP108_OVER_TEMP_MASK 0x1000U | 
| #define | TMP108_UNDER_TEMP_MASK 0x0800U | 
| #define | A6212_ALERT_TEMP_MASK 0x0020U | 
Enumerations | |
| enum | sensor_attribute_tmp_108 { SENSOR_ATTR_TMP108_ONE_SHOT_MODE = SENSOR_ATTR_PRIV_START , SENSOR_ATTR_TMP108_SHUTDOWN_MODE , SENSOR_ATTR_TMP108_CONTINUOUS_CONVERSION_MODE , SENSOR_ATTR_TMP108_ALERT_POLARITY } | 
Extended public API for TI's TMP108 temperature sensor.
This exposes attributes for the TMP108 which can be used for setting the on-chip Temperature Mode and alert parameters.
| #define A6212_ALERT_TEMP_MASK 0x0020U | 
a as6212 mask for the over temp alert bit in the status word
| #define TMP108_OVER_TEMP_MASK 0x1000U | 
a tmp108 mask for the over temp alert bit in the status word
| #define TMP108_UNDER_TEMP_MASK 0x0800U | 
a tmp108 mask for the under temp alert bit in the status word