Configuration data for pid. More...
#include <hpm_mcl_control.h>
Data Fields | |
| hpm_mcl_type_t | kp |
| hpm_mcl_type_t | ki |
| hpm_mcl_type_t | kd |
| hpm_mcl_type_t | integral_max |
| hpm_mcl_type_t | integral_min |
| hpm_mcl_type_t | output_max |
| hpm_mcl_type_t | output_min |
Configuration data for pid.
| hpm_mcl_type_t mcl_control_pid_cfg_t::integral_max |
Maximum value of integral
| hpm_mcl_type_t mcl_control_pid_cfg_t::integral_min |
Minimum value of the integral
| hpm_mcl_type_t mcl_control_pid_cfg_t::kd |
| hpm_mcl_type_t mcl_control_pid_cfg_t::ki |
| hpm_mcl_type_t mcl_control_pid_cfg_t::kp |
| hpm_mcl_type_t mcl_control_pid_cfg_t::output_max |
Maximum value of output
| hpm_mcl_type_t mcl_control_pid_cfg_t::output_min |
Minimum value of output