Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sensing_callback_list Struct Reference

Callback registration for a sensor instance. More...

#include <zephyr/sensing/sensing.h>

Data Fields

sensing_data_event_t on_data_event
 Callback function for a sensor data event.
void * context
 Context that will be passed to the callback.

Detailed Description

Callback registration for a sensor instance.

Sensing subsystem event callback list.

Field Documentation

◆ context

void* sensing_callback_list::context

Context that will be passed to the callback.

◆ on_data_event

sensing_data_event_t sensing_callback_list::on_data_event

Callback function for a sensor data event.


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