Searched refs:sensor_types (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/subsys/sensing/src/ |
D | main.c | 19 .sensor_types = DT_PROP(node, sensor_types), \ 20 .sensor_type_count = DT_PROP_LEN(node, sensor_types), \ 26 const int sensor_types[MAX_SENSOR_TYPES]; member 48 if (info->type == sensor->sensor_types[i]) { in check_sensor_type()
|
/Zephyr-latest/subsys/sensing/sensor/phy_3d_sensor/ |
D | phy_3d_sensor.c | 108 switch (cfg->sensor_types[i]) { in phy_3d_sensor_init() 117 cfg->sensor_types[i]); in phy_3d_sensor_init() 227 sensor_types)]; \ 229 [DT_INST_PROP_LEN(_inst, sensor_types)]; \ 238 .sensor_num = DT_INST_PROP_LEN(_inst, sensor_types), \ 239 .sensor_types = DT_PROP(DT_DRV_INST(_inst), sensor_types), \
|
D | phy_3d_sensor.h | 31 const int32_t sensor_types[]; member
|
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing_sensor.h | 148 .type = DT_PROP_BY_IDX(node, sensor_types, idx), \ 342 DT_FOREACH_PROP_ELEM_VARGS(node, sensor_types, \
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 216 chre/blob/zephyr/chre_api/include/chre_api/chre/sensor_types.h>`_.
|