| Zephyr Project API 4.1.0
    A Scalable Open Source RTOS | 
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. | |
Sensor registration information.
| uint16_t sensing_sensor_register_info::flags | 
Sensor flags.
| 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.
| uint8_t sensing_sensor_register_info::sensitivity_count | 
The number of sensor sensitivities.
| struct sensing_sensor_version sensing_sensor_register_info::version | 
Sensor version.
Version can be used to identify different versions of sensor implementation.