PM_Init

C Specification

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

Arguments

None.

Return Values

None.

Description

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

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

See Also

None.

Revision History

07/31/2004 Initial version.