Home
last modified time | relevance | path

Searched refs:tdp (Results 1 – 7 of 7) sorted by relevance

/SCP-firmware-master/module/thermal_mgmt/src/
A Dmod_thermal_mgmt.c49 dev_ctx->thermal_allocatable_power = (uint32_t)dev_ctx->config->tdp; in pi_control()
80 if (pi_power + (int32_t)dev_ctx->config->tdp > 0) { in pi_control()
82 pi_power + (uint32_t)dev_ctx->config->tdp; in pi_control()
263 dev_ctx->thermal_allocatable_power = (uint32_t)dev_ctx->config->tdp; in thermal_mgmt_dev_init()
288 sum_weights = actor_ctx->config->weight * config->tdp * config->tdp; in thermal_mgmt_dev_init()
/SCP-firmware-master/module/thermal_mgmt/test/
A Dconfig_thermal_mgmt.h117 .tdp = 10,
137 .tdp = 10,
A Dmod_thermal_mgmt_unit_test.c54 dev_ctx->thermal_allocatable_power = (uint32_t)dev_ctx->config->tdp; in setUp()
486 dev_ctx->thermal_allocatable_power, (uint32_t)dev_ctx->config->tdp); in test_thermal_mgmt_pi_control_switched_off()
549 allocatable_power = k_p * err + k_i * terr + dev_ctx->config->tdp; in test_thermal_mgmt_pi_control_positive_allocatable_power()
/SCP-firmware-master/product/tc2/scp_ramfw/
A Dconfig_thermal_mgmt.c42 .tdp = 10,
/SCP-firmware-master/product/tc0/scp_ramfw/
A Dconfig_thermal_mgmt.c49 .tdp = 10,
/SCP-firmware-master/module/thermal_mgmt/include/
A Dmod_thermal_mgmt.h127 uint16_t tdp; member
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md131 `tdp (thermal design power)`
226 .tdp = 5000,
334 .tdp = 5000,

Completed in 8 milliseconds