Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sensing_sensor_register_info Struct Reference

Sensor registration information. More...

#include <sensing_sensor.h>

Data Fields

uint16_t flags
 Sensor flags.
 
uint16_t sample_size
 Sample size in bytes for a single sample of the registered sensor.
 
uint8_t sensitivity_count
 The number of sensor sensitivities.
 
struct sensing_sensor_version version
 Sensor version.
 

Detailed Description

Sensor registration information.

Field Documentation

◆ flags

uint16_t sensing_sensor_register_info::flags

Sensor flags.

◆ sample_size

uint16_t sensing_sensor_register_info::sample_size

Sample size in bytes for a single sample of the registered sensor.

sensing runtime need this information for internal buffer allocation.

◆ sensitivity_count

uint8_t sensing_sensor_register_info::sensitivity_count

The number of sensor sensitivities.

◆ version

struct sensing_sensor_version sensing_sensor_register_info::version

Sensor version.

Version can be used to identify different versions of sensor implementation.


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