#include <nitro/spi.h>
void PM_Init( void );
None.
None.
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.)
None.
07/31/2004 Initial version.