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.

TivaWare missing ROM_* and MAP_* equivalents of GPIOIntClear

With the original StellarisWare, there were ROM_GPIOPinInt*() functions for Clear, Enable, Status, etc... in rom.h  It appears these functions are missing in TivaWare and replaced with GPIOInt* equivalents in gpio.h.

I assume due to some oversite, there is no ROM_* and MAP_* equivalents to these functions.  If this is indeed an oversight, can we get a issue logged to get this fixed in a subsequent release?

Is GPIOPinInt* in StellarisWare equivalent to GPIOInt* in TivaWare?  Are there any plans to provide any backwards compatibility through a macro to the old function names?

Thanks,

Stuart