Home
last modified time | relevance | path

Searched refs:thermal_protection_api (Results 1 – 4 of 4) sorted by relevance

/SCP-firmware-master/module/thermal_mgmt/src/
A Dmod_thermal_mgmt.c97 if (dev_ctx->thermal_protection_api->critical != NULL) { in thermal_protection()
98 dev_ctx->thermal_protection_api->critical( in thermal_protection()
109 if (dev_ctx->thermal_protection_api->warning != NULL) { in thermal_protection()
110 dev_ctx->thermal_protection_api->warning( in thermal_protection()
331 &dev_ctx->thermal_protection_api); in thermal_mgmt_bind()
A Dthermal_mgmt.h107 struct mod_thermal_mgmt_protection_api *thermal_protection_api; member
/SCP-firmware-master/module/thermal_mgmt/test/
A Dconfig_thermal_mgmt.h183 static struct mod_thermal_mgmt_protection_api thermal_protection_api = { variable
A Dmod_thermal_mgmt_unit_test.c56 dev_ctx->thermal_protection_api = &thermal_protection_api; in setUp()
252 &dev_ctx->thermal_protection_api, in test_thermal_mgmt_bind_success()

Completed in 5 milliseconds