|
Zephyr Project API 3.5.0
A Scalable Open Source RTOS
|
Sensor value data structure for single 1-axis value. More...
#include <sensing_datatypes.h>
Data Fields | ||
| struct sensing_sensor_value_header | header | |
| struct { | ||
| uint32_t timestamp_delta | ||
| uint32_t v | ||
| } | readings [1] | |
Sensor value data structure for single 1-axis value.
struct sensing_sensor_value_uint32 can be used by SENSING_SENSOR_TYPE_LIGHT_AMBIENTLIGHT sensor uint32_t version
| struct sensing_sensor_value_header sensing_sensor_value_uint32::header |
| struct { ... } sensing_sensor_value_uint32::readings[1] |
| uint32_t sensing_sensor_value_uint32::timestamp_delta |
| uint32_t sensing_sensor_value_uint32::v |