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.

[参考译文] TMS320F28388D:在 CC Stuido 中调用函数时关闭参数名称

Guru**** 2801075 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1611416/tms320f28388d-turn-off-parameter-names-when-calling-a-function-in-cc-stuido

器件型号: TMS320F28388D

如何关闭在 CC Studio 中键入函数调用时添加的参数名称。 例如、如果我键入

Ethernet_configurePHYAddress(EMAC_BASE, 1);

编辑器将添加参数名称、并将行更改为

Ethernet_configurePHYAddress(base: EMAC_BASE, phyAddr: 1);

我知道基础文件内容没有更改、但是如何关闭参数名称的添加?