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

Sensor value data structure for single 1-axis value. More...

#include <sensing_datatypes.h>

Data Fields

struct sensing_sensor_value_header header
 
int8_t shift
 
struct {
   uint32_t   timestamp_delta
 
   q31_t   v
 
readings [1]
 

Detailed Description

Sensor value data structure for single 1-axis value.

struct sensing_sensor_value_q31 can be used by SENSING_SENSOR_TYPE_MOTION_HINGE_ANGLE sensor q31 version

Field Documentation

◆ header

struct sensing_sensor_value_header sensing_sensor_value_q31::header

◆ 

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

◆ shift

int8_t sensing_sensor_value_q31::shift

◆ timestamp_delta

uint32_t sensing_sensor_value_q31::timestamp_delta

◆ v

q31_t sensing_sensor_value_q31::v

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