Searched refs:sensing_sensor_info (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing.h | 132 struct sensing_sensor_info { struct 204 int sensing_get_sensors(int *num_sensors, const struct sensing_sensor_info **info); 221 const struct sensing_sensor_info *info, 282 const struct sensing_sensor_info *sensing_get_sensor_info(
|
D | sensing_sensor.h | 107 const struct sensing_sensor_info *info; /**< Info of the sensor instance. */ 146 const static STRUCT_SECTION_ITERABLE(sensing_sensor_info, \
|
/Zephyr-latest/samples/subsys/sensing/simple/src/ |
D | main.c | 18 const struct sensing_sensor_info *info = sensing_get_sensor_info(handle); in acc_data_event_callback() 33 const struct sensing_sensor_info *info = sensing_get_sensor_info(handle); in hinge_angle_data_event_callback() 51 const struct sensing_sensor_info *info; in main() 56 const struct sensing_sensor_info *tmp_sensor_info = NULL; in main() 57 const struct sensing_sensor_info *accle_info = NULL; in main() 58 const struct sensing_sensor_info *hinge_info = NULL; in main()
|
/Zephyr-latest/tests/subsys/sensing/src/ |
D | main.c | 44 static bool check_sensor_type(const struct sensing_sensor_info *info, in check_sensor_type() 62 const struct sensing_sensor_info *info; in ZTEST()
|
/Zephyr-latest/subsys/sensing/ |
D | sensing.c | 16 int sensing_open_sensor(const struct sensing_sensor_info *sensor_info, in sensing_open_sensor() 154 const struct sensing_sensor_info *sensing_get_sensor_info(sensing_sensor_handle_t handle) in sensing_get_sensor_info()
|
D | sensor_mgmt.h | 83 static inline const struct sensing_sensor_info *get_sensor_info(struct sensing_connection *conn) in get_sensor_info()
|
D | sensor_mgmt.c | 503 int sensing_get_sensors(int *sensor_nums, const struct sensing_sensor_info **info) in sensing_get_sensors() 510 STRUCT_SECTION_COUNT(sensing_sensor_info, sensor_nums); in sensing_get_sensors() 512 STRUCT_SECTION_GET(sensing_sensor_info, 0, info); in sensing_get_sensors()
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-misc.ld | 14 ITERABLE_SECTION_ROM(sensing_sensor_info, Z_LINK_ITERABLE_SUBALIGN)
|
/Zephyr-latest/cmake/linker_script/common/ |
D | common-rom.cmake | 143 …zephyr_iterable_section(NAME sensing_sensor_info KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN ${CO…
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 122 information in a :c:struct:`sensing_sensor_info` pointer array .
|