SPRAC77E January 2022 – February 2022 TMS320F28379D , TMS320F28379D-Q1 , TMS320F28379S
Description
This function captures the current value of counter 0 from the CLB.
Definition
uint32_t pto_qeponclb_getCounterVal(uint32_t clbBase);
Parameters
Input:
Return:
Usage
Example code:
#Define CLB1_BASE 0x00003000U
uint32_t retVal1;
retVal1 = pto_qeponclb_getCounterVal(CLB1_BASE);