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

Sensor basic constant information. More...

#include <sensing.h>

Data Fields

const char * name
 Name of the sensor instance.
 
const char * friendly_name
 Friendly name of the sensor instance.
 
const char * vendor
 Vendor name of the sensor instance.
 
const char * model
 Model name of the sensor instance.
 
const int32_t type
 Sensor type.
 
const uint32_t minimal_interval
 Minimal report interval in micro seconds.
 

Detailed Description

Sensor basic constant information.

Field Documentation

◆ friendly_name

const char* sensing_sensor_info::friendly_name

Friendly name of the sensor instance.

◆ minimal_interval

const uint32_t sensing_sensor_info::minimal_interval

Minimal report interval in micro seconds.

◆ model

const char* sensing_sensor_info::model

Model name of the sensor instance.

◆ name

const char* sensing_sensor_info::name

Name of the sensor instance.

◆ type

const int32_t sensing_sensor_info::type

Sensor type.

◆ vendor

const char* sensing_sensor_info::vendor

Vendor name of the sensor instance.


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