Calling this function when interrupts were not disabled prevented my interrupts from firing. I get this function from exception.h, but I can find no documentation about it and I cannot step into it in the debugger.
I am using CCES. Where is the documentation for this function? Is is the correct way to globally disable / enable interrupts?