Part Number: TMS320F28377D
在使用驱动库时编译出错:

排查发现是位域库有宏定义重名

建议改进命名规范,明确区分不同类型符号:
宏定义以D_为前缀(define联想)

数据类型以C_为前缀(class联想)
枚举类成员以e为前缀(enum联想)

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.
Part Number: TMS320F28377D
在使用驱动库时编译出错:

排查发现是位域库有宏定义重名

建议改进命名规范,明确区分不同类型符号:
宏定义以D_为前缀(define联想)

数据类型以C_为前缀(class联想)
枚举类成员以e为前缀(enum联想)
