PM_DumpSleepCallback

Syntax

#include <nitro/spi.h>
void PM_DumpSleepCallback( void );

Arguments

None.

Return Values

None.

Description

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.


Display Mode

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.

See Also

Overview (Hardware Reset and Shutdown)
OS_SetPrintBlockingMode

Revision History

2009/07/27 Added Display Mode.
2008/06/12 Initial version.


CONFIDENTIAL