Home
last modified time | relevance | path

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

/SCP-firmware-master/product/morello/scp_ramfw_soc/
A Dconfig_sensor.c45 .shutdown_threshold = 80,
53 .shutdown_threshold = 80,
61 .shutdown_threshold = 80,
/SCP-firmware-master/product/n1sdp/scp_ramfw/
A Dconfig_sensor.c42 .shutdown_threshold = 80,
50 .shutdown_threshold = 80,
58 .shutdown_threshold = 80,
/SCP-firmware-master/product/n1sdp/module/n1sdp_sensor/include/
A Dmod_n1sdp_sensor.h89 int32_t shutdown_threshold; member
/SCP-firmware-master/product/morello/module/morello_sensor/include/
A Dmod_morello_sensor.h90 int32_t shutdown_threshold; member
/SCP-firmware-master/product/morello/module/morello_sensor/src/
A Dmod_morello_sensor.c56 value < t_dev_ctx->config->shutdown_threshold) { in morello_sensor_timer_callback()
61 } else if (value >= t_dev_ctx->config->shutdown_threshold) { in morello_sensor_timer_callback()
/SCP-firmware-master/product/n1sdp/module/n1sdp_sensor/src/
A Dmod_n1sdp_sensor.c44 value < t_dev_ctx->config->shutdown_threshold) { in n1sdp_sensor_timer_callback()
49 } else if (value >= t_dev_ctx->config->shutdown_threshold) { in n1sdp_sensor_timer_callback()

Completed in 7 milliseconds