2.88.8 PTG_StepSequenceStart Function

C

void PTG_StepSequenceStart(void)

Summary

Starts the step sequence of the PTG peripheral of the device.

Description

This function initiates the step sequence for the PTG peripheral of the device. This process begins the programmed sequence of operations. Ensures the device performs Step Commands in the correct order.

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. This function should be called when the PTG peripheral is required to start the step sequence.

Parameters

None.

Returns

None.

Example

PTG_Initialize();
PTG_Enable();
PTG_StepSequenceStart();

Remarks

None.