Sensor Threshold Descriptor.
#include <sensor.h>
Data Fields | |
sensor_threshold_t | type |
Threshold type. More... | |
int16_t | value |
Threshold value. More... | |
sensor_threshold_t sensor_threshold_desc_t::type |
Threshold type.
Referenced by bma150_get_threshold(), bma150_set_threshold(), bma220_get_threshold(), bma220_set_threshold(), bma222_get_threshold(), bma222_set_threshold(), bma250_get_threshold(), bma250_set_threshold(), kxtf9_get_threshold(), kxtf9_set_threshold(), sensor_get_threshold(), sensor_set_threshold(), sfh7770_get_threshold(), and sfh7770_set_threshold().
int16_t sensor_threshold_desc_t::value |
Threshold value.
Referenced by bma150_get_threshold(), bma150_set_threshold(), bma220_get_threshold(), bma220_set_threshold(), bma222_get_threshold(), bma222_set_threshold(), bma250_get_threshold(), bma250_set_threshold(), kxtf9_get_threshold(), kxtf9_set_threshold(), sensor_get_threshold(), sensor_set_threshold(), sfh7770_get_threshold(), and sfh7770_set_threshold().