PM_GetLCDPower


C Specification

#include <nitro/spi.h>

PMLCDPower PM_GetLCDPower( void );

Description

This function gets the LCD switch state.

Internal Operation

This function is accessed by the GX_POWCNT register.

Arguments

None.

Return Values

This function returns the LCD switch state using the following values:

See Also

PM_Init, PM_SetLCDPower

Revision History

08/07/2004 Initial version