SPRAC77E January 2022 – February 2022 TMS320F28379D , TMS320F28379D-Q1 , TMS320F28379S
Description
This function configures the maximum counter value for the CLBQEP and loads this value as a parameter in the CLB tile.
Definition
void pto_qeponclb_configMaxCounterPos(uint32_t clbBase, uint32_t maxPosition);
Parameters
Input:
Return: none
Usage
Example code:
uint32_t max_position;
max_position = 500;
pto_qeponclb_configMaxCounterPos(max_position);