Zephyr Project API 3.5.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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]

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: