Home
last modified time | relevance | path

Searched refs:sensing_get_sensors (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/sensing/
Dsensing.h204 int sensing_get_sensors(int *num_sensors, const struct sensing_sensor_info **info);
/Zephyr-latest/tests/subsys/sensing/src/
Dmain.c66 ret = sensing_get_sensors(&num, &info); in ZTEST()
/Zephyr-latest/samples/subsys/sensing/simple/src/
Dmain.c61 ret = sensing_get_sensors(&num, &info); in main()
/Zephyr-latest/subsys/sensing/
Dsensor_mgmt.c503 int sensing_get_sensors(int *sensor_nums, const struct sensing_sensor_info **info) in sensing_get_sensors() function
/Zephyr-latest/doc/services/sensing/
Dindex.rst121 :c:func:`sensing_get_sensors` returns all current board configuration supported sensor instances'