PM_Init

Syntax

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

Arguments

None.

Return Values

None.

Description

Initializes the PMIC manager.

The PM_Init function must be called before any other PM function; however, this is normally not necessary because it is called from OS_Init.

See Also

None.

Revision History

2009/06/03 Modified a description of the PM_Init function (because OS_Init is now required).
2004/07/31 Initial version.


CONFIDENTIAL