Searched refs:cb_list_ptr (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/sensing/ |
D | sensing_sensor.h | 197 #define SENSING_CONNECTION_INITIALIZER(source_name, cb_list_ptr) \ argument 199 .callback_list = cb_list_ptr, \ 212 #define SENSING_CONNECTION_DEFINE(idx, node, cb_list_ptr) \ argument 214 cb_list_ptr) 226 #define SENSING_CONNECTIONS_DEFINE(node, num, cb_list_ptr) \ argument 232 (,), node, cb_list_ptr) \ 318 #define SENSING_SENSOR_DEFINE(node, prop, idx, reg_ptr, cb_list_ptr) \ argument 341 #define SENSING_SENSORS_DEFINE(node, reg_ptr, cb_list_ptr) \ argument 343 SENSING_SENSOR_DEFINE, reg_ptr, cb_list_ptr) 369 #define SENSING_SENSORS_DT_DEFINE(node, reg_ptr, cb_list_ptr, \ argument [all …]
|