PM_GetLCDPower

C Specification

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

Arguments

None.

Return Values

This function returns the LCD switch state using the following values: PM_LCD_POWER_ON LCD is switched ON PM_LCD_POWER_OFF LCD is switched OFF

Description

This function gets the LCD switch state.

Internal Operation

This function is accessed by the GX_POWCNT register.

See Also

PM_Init, PM_SetLCDPower

Revision History

08/07/2004 Initial version.