Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Extended public API for TI's TMP451 temperature sensor. More...

Go to the source code of this file.

Enumerations

enum  sensor_attribute_tmp451 { SENSOR_ATTR_TMP451_ONE_SHOT_MODE = SENSOR_ATTR_PRIV_START , SENSOR_ATTR_TMP451_CONTINUOUS_MODE , SENSOR_ATTR_TMP451_SHUTDOWN_MODE }
 Custom sensor attributes for TMP451. More...
enum  tmp451_conversion_rate {
  TMP451_RATE_0_0625_HZ = 62500 , TMP451_RATE_0_125_HZ = 125000 , TMP451_RATE_0_25_HZ = 250000 , TMP451_RATE_0_5_HZ = 500000 ,
  TMP451_RATE_1_HZ = 1000000 , TMP451_RATE_2_HZ = 2000000 , TMP451_RATE_4_HZ = 4000000 , TMP451_RATE_8_HZ = 8000000 ,
  TMP451_RATE_16_HZ = 16000000 , TMP451_RATE_32_HZ = 32000000
}
 Conversion rates in micro-Hz for use with SENSOR_ATTR_SAMPLING_FREQUENCY. More...

Detailed Description

Extended public API for TI's TMP451 temperature sensor.

This exposes attributes for the TMP451 which can be used for setting the conversion mode at runtime as well as additional convenience types.