Searched refs:v_sensor_count (Results 1 – 6 of 6) sorted by relevance
71 for (count = 0; count < sensor_ctx.module_config->v_sensor_count; in n1sdp_sensor_timer_callback()98 uint8_t t_sensor_count, v_sensor_count; in get_value()103 v_sensor_count = sensor_ctx.module_config->v_sensor_count; in get_value()105 if (id >= (t_sensor_count + v_sensor_count)) { in get_value()138 uint8_t t_sensor_count, v_sensor_count; in get_info() local144 v_sensor_count = sensor_ctx.module_config->v_sensor_count; in get_info()146 if (id >= (t_sensor_count + v_sensor_count)) { in get_info()197 sensor_ctx.module_config->v_sensor_count, in n1sdp_sensor_init()
87 for (count = 0; count < sensor_ctx.module_config->v_sensor_count; count++) { in morello_sensor_timer_callback()117 uint8_t v_sensor_count; in get_value()122 v_sensor_count = sensor_ctx.module_config->v_sensor_count; in get_value()124 if (el_idx > (t_sensor_count + v_sensor_count)) { in get_value()179 sensor_ctx.module_config->v_sensor_count, in morello_sensor_init()
117 uint8_t v_sensor_count; member
118 uint8_t v_sensor_count; member
107 .v_sensor_count = 4,
107 .v_sensor_count = 5,
Completed in 6 milliseconds