#include <twl/spi.h>
BOOL PM_GetAutoExit( void );
None.
Settings for automatic termination result when TRUE.
For FALSE, termination is held off until the user calls the PM_ReadyToExit function.
Gets the setting value for whether to proceed automatically to hardware reset or power off after exit processing has finished.
Gets how the user set the system using the PM_SetAutoExit function. For more information, see the PM_SetAutoExit function.
Before you use this function, initialize the PM library with the PM_Init function. The PM_Init function has to be called only once. Also, when you call the OS_Init function, there is no need to call the PM_Init function separately because it is called from within the OS_Init function.)
2008/10/23 Initial version.
CONFIDENTIAL