SPRAC77E January 2022 – February 2022 TMS320F28379D , TMS320F28379D-Q1 , TMS320F28379S
Description
This function initiates the pulse generation. This function must only be called after pto_qepdiv_setupPeriph. Hence, the pto_qepdiv_startOperation function kick starts the pulse generation that was set up earlier.
The setup and start operations are separate function calls. Users can set up the transfer and start the pulse generation by using this function call, as required, at a different time.
Definition
void pto_qepdiv_startOperation(uint16_t run);
Parameters
Input (parameters to be passed to start or stop the function):
Return: none
Usage
Example code:
retval1 = pto_qepdiv_config(4, 10);
pto_qepdiv_startOperation(1);