2.88.9 PTG_StepSequenceStop Function
C
void PTG_StepSequenceStop(void)
Summary
Stops the step sequence of the PTG peripheral of the device.
Description
This function halts the ongoing step sequence of the PTG peripheral in the device. This action interrupts the programmed series of operations. Ensures the device ceases its current step commands immediately
Precondition
The PTG peripheral must have been enabled using the PTG_Enable API. The Step Sequence configurations should be carefully made in the Configuration Options GUI and step sequence should be started with the PTG_StepSequenceStart API. This function should be called when the PTG peripheral is required to stop the step sequence
Parameters
None.
Returns
None.
Example
PTG_StepSequenceStop();
Remarks
None.