Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
sensing_sensor_value_uint32 Struct Reference

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]
 

Detailed Description

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

Field Documentation

◆ header

struct sensing_sensor_value_header sensing_sensor_value_uint32::header

◆ 

struct { ... } sensing_sensor_value_uint32::readings[1]

◆ timestamp_delta

uint32_t sensing_sensor_value_uint32::timestamp_delta

◆ v

uint32_t sensing_sensor_value_uint32::v

The documentation for this struct was generated from the following file: