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.

CC2652RSIP: 关于定时器Timer的API Timer_control 的一些疑问

Part Number: CC2652RSIP

我有一个需求,需要查看指定的定时器的运行状态(停止、运行中等)。

查看Timer的API,感觉Timer_control可能能够实现此功能,但只在Timer.h文件中看到它的声明extern int_fast16_t Timer_control(Timer_Handle handle, uint_fast16_t cmd, void *arg);但并未对其支持的cmd命令进行详细的描述,能否有更详细的资料对其进行描述?谢谢