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.

z-stack定时器使用问题,

Other Parts Discussed in Thread: Z-STACK

请问在z-stack中支持定时器1 的输入捕获功能吗,若支持怎么会有这样一段代码

case HAL_TIMER_CH_MODE_INPUT_CAPTURE: /* Not Supported */
/*
*(halTimerChannel[hwtimerid].TxCCTL) &= ~(T134CCTL_CAP_BITS | T134CCTL_MODE);
*(halTimerChannel[hwtimerid].TxCCTL) |= T134CCTL_CAP_RE;
*/
break;