ZHCAB39E January 2022 – February 2022 TMS320F28379D , TMS320F28379D-Q1 , TMS320F28379S
说明
此函数从 CLB 中捕捉计数器 0 的当前值。
定义
uint32_t pto_qeponclb_getCounterVal(uint32_t clbBase);
参数
输入:
返回:
使用
示例代码:
#Define CLB1_BASE 0x00003000U
uint32_t retVal1;
retVal1 = pto_qeponclb_getCounterVal(CLB1_BASE);