|
Zephyr Project API 3.5.0
A Scalable Open Source RTOS
|
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_info * | register_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. | |
Sensor context data structure.
| void* sensing_sensor_ctx::priv_ptr |
For sensing runtime internal private data, sensor should not see and touch.
| const struct sensing_sensor_register_info* sensing_sensor_ctx::register_info |
Pointer to the sensor register information.
| 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.