PM_Init


C Specification

#include <nitro/spi.h>

void PM_Init( void );

Description

The PM_Init() function initializes the PMIC manager. You must call this function before calling other PM functions.

The OS_Init() function is called from within the PM_Init() function. You do not have to call the PM_Init() function if you are already calling the OS_Init() function using the PM_Init() function.

Arguments

None.

Return Values

None

Revision History

07/31/2004 Initial version