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

Sensor context data structure. More...

#include <sensing_sensor.h>

Data Fields

void * priv_ptr
 For sensing runtime internal private data, sensor should not see and touch.
 
const struct sensing_sensor_register_inforegister_info
 Pointer to the sensor register information.
 
void *const sensor_ctx_ptr
 For sensor private context data, registered by sensor with SENSING_SENSOR_DT_DEFINE.
 

Detailed Description

Sensor context data structure.

Field Documentation

◆ priv_ptr

void* sensing_sensor_ctx::priv_ptr

For sensing runtime internal private data, sensor should not see and touch.

◆ register_info

const struct sensing_sensor_register_info* sensing_sensor_ctx::register_info

Pointer to the sensor register information.

◆ sensor_ctx_ptr

void* const sensing_sensor_ctx::sensor_ctx_ptr

For sensor private context data, registered by sensor with SENSING_SENSOR_DT_DEFINE.

Sensor could use sensing_sensor_get_ctx_data to fetch out this filed with struct device.


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