[][src]Function cmsis_dsp_sys_pregenerated::arm_pid_init_q31

pub unsafe extern "C" fn arm_pid_init_q31(
    S: *mut arm_pid_instance_q31,
    resetStateFlag: i32
)

@brief Initialization function for the Q31 PID Control. @param[in,out] S points to an instance of the Q15 PID structure. @param[in] resetStateFlag flag to reset the state. 0 = no change in state 1 = reset the state.