Searched refs:sensing_sensor_handle_t (Results  1 – 7 of 7) sorted by relevance
| /Zephyr-latest/include/zephyr/sensing/ | 
| D | sensing.h | 113 typedef void *sensing_sensor_handle_t;  typedef 123 		sensing_sensor_handle_t handle, 223 		sensing_sensor_handle_t *handle); 241 		sensing_sensor_handle_t *handle); 250 		sensing_sensor_handle_t *handle); 261 		sensing_sensor_handle_t handle, 273 		sensing_sensor_handle_t handle, 283 		sensing_sensor_handle_t handle);
  | 
| D | sensing_sensor.h | 406 		sensing_sensor_handle_t *reporter_handles, int max_handles);
  | 
| /Zephyr-latest/subsys/sensing/ | 
| D | sensing.c | 18 			sensing_sensor_handle_t *handle)  in sensing_open_sensor() 41 			      sensing_sensor_handle_t *handle)  in sensing_open_sensor_by_dt() 65 int sensing_close_sensor(sensing_sensor_handle_t *handle)  in sensing_close_sensor() 74 int sensing_set_config(sensing_sensor_handle_t handle,  in sensing_set_config() 114 int sensing_get_config(sensing_sensor_handle_t handle,  in sensing_get_config() 154 const struct sensing_sensor_info *sensing_get_sensor_info(sensing_sensor_handle_t handle)  in sensing_get_sensor_info()
  | 
| D | sensing_sensor.c | 35 		sensing_sensor_handle_t *reporter_handles,  in sensing_sensor_get_reporters()
  | 
| /Zephyr-latest/samples/subsys/sensing/simple/src/ | 
| D | main.c | 15 static void acc_data_event_callback(sensing_sensor_handle_t handle, const void *buf,  in acc_data_event_callback() 30 static void hinge_angle_data_event_callback(sensing_sensor_handle_t handle, const void *buf,  in hinge_angle_data_event_callback() 52 	sensing_sensor_handle_t base_acc;  in main() 53 	sensing_sensor_handle_t hinge_angle;  in main()
  | 
| /Zephyr-latest/subsys/sensing/sensor/hinge_angle/ | 
| D | hinge_angle.c | 26 	sensing_sensor_handle_t reporters[HINGE_REPORTER_NUM]; 118 static void hinge_reporter_on_data_event(sensing_sensor_handle_t handle,  in hinge_reporter_on_data_event()
  | 
| /Zephyr-latest/doc/services/sensing/ | 
| D | index.rst | 154 Clients using a :c:type:`sensing_sensor_handle_t` type handler to handle a opened sensor
  |