Home
last modified time | relevance | path

Searched refs:t_sensor_count (Results 1 – 6 of 6) sorted by relevance

/SCP-firmware-master/product/n1sdp/module/n1sdp_sensor/src/
A Dmod_n1sdp_sensor.c98 uint8_t t_sensor_count, v_sensor_count; in get_value()
102 t_sensor_count = sensor_ctx.module_config->t_sensor_count; in get_value()
105 if (id >= (t_sensor_count + v_sensor_count)) { in get_value()
109 if (id < t_sensor_count) { in get_value()
138 uint8_t t_sensor_count, v_sensor_count; in get_info() local
143 t_sensor_count = sensor_ctx.module_config->t_sensor_count; in get_info()
150 if (id < t_sensor_count) { in get_info()
189 sensor_ctx.module_config->t_sensor_count, in n1sdp_sensor_init()
217 uint8_t t_sensor_count; in n1sdp_sensor_element_init() local
221 t_sensor_count = sensor_ctx.module_config->t_sensor_count; in n1sdp_sensor_element_init()
[all …]
/SCP-firmware-master/product/morello/module/morello_sensor/src/
A Dmod_morello_sensor.c50 for (count = 0; count < sensor_ctx.module_config->t_sensor_count; count++) { in morello_sensor_timer_callback()
116 uint8_t t_sensor_count; in get_value()
121 t_sensor_count = sensor_ctx.module_config->t_sensor_count; in get_value()
124 if (el_idx > (t_sensor_count + v_sensor_count)) { in get_value()
128 if (el_idx < t_sensor_count) { in get_value()
139 v_dev_ctx = &sensor_ctx.v_dev_ctx_table[el_idx - t_sensor_count]; in get_value()
175 sensor_ctx.module_config->t_sensor_count, in morello_sensor_init()
195 uint8_t t_sensor_count; in morello_sensor_element_init() local
199 t_sensor_count = sensor_ctx.module_config->t_sensor_count; in morello_sensor_element_init()
201 if (el_idx < t_sensor_count) { in morello_sensor_element_init()
[all …]
/SCP-firmware-master/product/n1sdp/module/n1sdp_sensor/include/
A Dmod_n1sdp_sensor.h114 uint8_t t_sensor_count; member
/SCP-firmware-master/product/morello/module/morello_sensor/include/
A Dmod_morello_sensor.h115 uint8_t t_sensor_count; member
/SCP-firmware-master/product/morello/scp_ramfw_soc/
A Dconfig_sensor.c106 .t_sensor_count = 3,
/SCP-firmware-master/product/n1sdp/scp_ramfw/
A Dconfig_sensor.c106 .t_sensor_count = 3,

Completed in 8 milliseconds