SPRAC77E January 2022 – February 2022 TMS320F28379D , TMS320F28379D-Q1 , TMS320F28379S
Description
This function is to be called when wanting to capture the current position of the CLB-based QEP peripheral from the CLB.
Definition
uint32_t pto_qeponclb_getCLBQEPPos(uint32_t clbBase);
Parameters
Input:
Return:
Usage
Example code:
#Define CLB1_BASE 0x00003000U
uint32_t retVal1;
retVal1 = pto_qeponclb_getCLBQEPPos(CLB1_BASE);