工具/软件:
我将使用该timx_timer_mode_capture_edge_capture_LP_MSPM0G3507_nortos_ticlang示例进行边沿捕获。
读取捕获值后、我想将捕获/比较值 (CC_01) 复位回零。 我尝试使用该DL_Timer_getCaptureCompareValue()函数、但它不起作用。
是否有办法在读取捕捉/比较值 (CC_01) 后将其复位为零?
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.
工具/软件:
我将使用该timx_timer_mode_capture_edge_capture_LP_MSPM0G3507_nortos_ticlang示例进行边沿捕获。
读取捕获值后、我想将捕获/比较值 (CC_01) 复位回零。 我尝试使用该DL_Timer_getCaptureCompareValue()函数、但它不起作用。
是否有办法在读取捕捉/比较值 (CC_01) 后将其复位为零?
DL_Timer_setCaptureCompareValue (Capture_0_INST、0、DL_TIMER_CC_0_INDEX);
[/报价]我使用了相同的功能、但它不起作用。