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.

ROM_SysCtlClockSet()和SysCtlClockSet()的区别



在例程中,我将ROM_SysCtlClockSet()改为SysCtlClockSet(),编译也通过,其他API函数好像也可以这么修改,有ROM前缀和没有,对程序来说有什么区别呢?