c6474中,有些CSL函数在CSL库中没有包含,如CSL_TmrResetLo(),该如何查找器函数的实际意义?
请指教,万分感谢~!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
c6474中,有些CSL函数在CSL库中没有包含,如CSL_TmrResetLo(),该如何查找器函数的实际意义?
请指教,万分感谢~!
你好,该函数在csl_tmrAux.h中,属于Csl 6488的库函数。
static inline
void CSL_TmrResetLo (
CSL_TmrHandle hTmr
)
{
CSL_FINST(hTmr->regs->TGCR, TMR_TGCR_TIMLORS, RESET_ON);
}