请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:MSPM0C1104 工具/软件:
同样、我在 driverlib 文档中没有看到 TIMA 模块:
Munan
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.
工具/软件:
同样、我在 driverlib 文档中没有看到 TIMA 模块:
Munan
尊敬的 Munan:
我问 J.D.、他说 TIMx 模块就像函数的"超集"、TIMG 是一个子集。 这意味着、对于 TIMA 功能、请使用 TIMx 模块。
以下是一些证据: 并不是 TIMG 函数是 TIMx 函数的包装器函数。 同样、TIMG 模块中找不到支持 TIMA 功能的一些数据结构
因此、它查找 TIMA 或 TIMG 的逻辑 is....use TIMx 模块(间接)、并将 TIMG 模块用于 TIMG 函数。
这有什么用吗?