SPRAC77E January 2022 – February 2022 TMS320F28379D , TMS320F28379D-Q1 , TMS320F28379S
This section details the QepDiv Library functions. For information on locating the source code and rebuilding the library, see Section 7.
QepDiv include file: pto_qepdiv.h
Name | Description | Type |
---|---|---|
pto_qepdiv_reset | Used to reset the qepdiv parameters set by earlier configuration and start a fresh setup. This function needs to be called in case the pulse generation needs to be reset and started again at a later stage. | Initialization time |
pto_qepdiv _setupPeriph | Setup for CLB and other interconnect XBARs is performed with this function during system initialization. This function needed to be called after every system reset. No transactions will be performed until the setup peripheral function is called. | Initialization time |
pto_qepdiv _startOperation | This function will initiate the pulse generation on the interface. To be called after pto_qepdiv_setupPeriph. Performs the transaction set up by earlier function. Note that the setup up and start operation are separate function calls. User can setup the peripherals when needed and start the actual pulse generation using this function call, as needed, at a different time. | Run time |
pto_qepdiv_config | This function configures the divider, the divider value cannot be changed dynamically. User needs to reset the module using pto_qepdiv_reset before reconfiguring the functionality. | Run time |