#include <nitro/spi.h>
void PM_DumpSleepCallback( void );
None.
None.
Displays the sleep processing callbacks registered with the system.
Displays both the list of callbacks to invoke immediately before entering sleep mode and the list of callbacks to invoke when recovering from sleep mode.
This is a debugging function and will do nothing in FINALROM builds.
If an accurate display of all information takes priority over speed, as it does in this function, we recommend temporarily setting the display to blocking mode. See OS_SetPrintBlockingMode
for details.
Overview (Hardware Reset and Shutdown)
OS_SetPrintBlockingMode
2009/07/27 Added Display Mode.
2008/06/12 Initial version.
CONFIDENTIAL