I'm trying USB Bulk Device Class with TM4C123, and want to temporarily pend the interrupt to avoid conflicts with other functions.
I tried the following API, but couldn't stop the interrupt.
Is my approach wrong? Could anyone give me any ideas?
IntPendSet( INT_USB0 );