Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
sensor_read_config Struct Reference

#include <zephyr/drivers/sensor.h>

Data Fields

const struct devicesensor
const bool is_streaming
union { 
   struct sensor_chan_spec *const   channels 
   struct sensor_stream_trigger *const   triggers 
}; 
size_t count
const size_t max

Field Documentation

◆ [union]

union { ... } sensor_read_config

◆ channels

struct sensor_chan_spec* const sensor_read_config::channels

◆ count

size_t sensor_read_config::count

◆ is_streaming

const bool sensor_read_config::is_streaming

◆ max

const size_t sensor_read_config::max

◆ sensor

const struct device* sensor_read_config::sensor

◆ triggers

struct sensor_stream_trigger* const sensor_read_config::triggers

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