3.3.19.5 mcFlyI_FlyingStartReset
C
/* Reset flying start module */ void mcFlyI_FlyingStartReset( tmcFly_Parameters_s * const pParameters )
Summary
Resets the flying start module.
Description
This function resets the flying start module by linking the state variables and resetting the control parameters to its initial values.
Precondition
None.
Parameters
Param | Description |
---|---|
pParameters | A pointer to the flying start module parameter structure. |
Returns
None
Example
// Define the flying start module data structure
tmcFly_Parameters_s pParameters;
/** Reset flying start module */
mcFlyI_FlyingStartReset(&pParameters);
Remarks
None.