CMSIS2000
0.0.7
|
Instance structure for the Q31 PID Control. More...
#include <arm_math.h>
Data Fields | |
q31_t | A0 |
The derived gain, A0 = Kp + Ki + Kd . | |
q31_t | A1 |
The derived gain, A1 = -Kp - 2Kd. | |
q31_t | A2 |
The derived gain, A2 = Kd . | |
q31_t | Kd |
The derivative gain. | |
q31_t | Ki |
The integral gain. | |
q31_t | Kp |
The proportional gain. | |
q31_t | state [3] |
The state array of length 3. |
Instance structure for the Q31 PID Control.
Definition at line 1731 of file arm_math.h.
q31_t arm_pid_instance_q31::A0 |
The derived gain, A0 = Kp + Ki + Kd .
Definition at line 1733 of file arm_math.h.
Referenced by arm_pid_q31().
q31_t arm_pid_instance_q31::A1 |
The derived gain, A1 = -Kp - 2Kd.
Definition at line 1734 of file arm_math.h.
Referenced by arm_pid_q31().
q31_t arm_pid_instance_q31::A2 |
The derived gain, A2 = Kd .
Definition at line 1735 of file arm_math.h.
Referenced by arm_pid_q31().
q31_t arm_pid_instance_q31::Kd |
The derivative gain.
Definition at line 1739 of file arm_math.h.
q31_t arm_pid_instance_q31::Ki |
The integral gain.
Definition at line 1738 of file arm_math.h.
q31_t arm_pid_instance_q31::Kp |
The proportional gain.
Definition at line 1737 of file arm_math.h.
q31_t arm_pid_instance_q31::state[3] |
The state array of length 3.
Definition at line 1736 of file arm_math.h.
Referenced by arm_pid_q31().