Home
last modified time | relevance | path

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

/SCP-firmware-master/module/thermal_mgmt/test/
A Dconfig_thermal_mgmt.h121 .integral_cutoff = 0,
141 .integral_cutoff = 0,
A Dmod_thermal_mgmt_unit_test.c505 dev_ctx->config->pi_controller.integral_cutoff = 4; in test_thermal_mgmt_pi_control_anti_windup()
511 dev_ctx->config->pi_controller.integral_cutoff = 10; in test_thermal_mgmt_pi_control_anti_windup()
542 dev_ctx->config->pi_controller.integral_cutoff = 10; in test_thermal_mgmt_pi_control_positive_allocatable_power()
572 dev_ctx->config->pi_controller.integral_cutoff = 10; in test_thermal_mgmt_pi_control_negative_allocatable_power()
/SCP-firmware-master/product/tc2/scp_ramfw/
A Dconfig_thermal_mgmt.c46 .integral_cutoff = 0,
/SCP-firmware-master/product/tc0/scp_ramfw/
A Dconfig_thermal_mgmt.c53 .integral_cutoff = 0,
/SCP-firmware-master/module/thermal_mgmt/include/
A Dmod_thermal_mgmt.h163 int32_t integral_cutoff; member
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md143 `integral_cutoff`
230 .integral_cutoff = 0,
338 .integral_cutoff = 0,
/SCP-firmware-master/module/thermal_mgmt/src/
A Dmod_thermal_mgmt.c67 if ((err < dev_ctx->config->pi_controller.integral_cutoff) && in pi_control()

Completed in 6 milliseconds