Home
last modified time | relevance | path

Searched refs:PM_SetLCDPower (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.2.1/build/demos/wxc/wxc-pm/src/
Dmain.c244 while(PM_SetLCDPower(PM_LCD_POWER_OFF) != TRUE) in NitroMain()
264 while(PM_SetLCDPower(PM_LCD_POWER_ON) != TRUE) in NitroMain()
/TwlSDK-5.2.1/build/demos/os/reset-1/src/
Dmain.c94 (void)PM_SetLCDPower(PM_LCD_POWER_OFF); in NitroMain()
/TwlSDK-5.2.1/build/demos/spi/pm-1/src/
Dmain.c356 if (PM_SetLCDPower(PM_LCD_POWER_OFF)) in NitroMain()
363 if (PM_SetLCDPower(PM_LCD_POWER_ON)) in NitroMain()
/TwlSDK-5.2.1/include/nitro/spi/ARM9/
Dpm.h602 BOOL PM_SetLCDPower(PMLCDPower sw);
/TwlSDK-5.2.1/build/libraries/spi/ARM9/src/
Dpm.c1732 BOOL PM_SetLCDPower(PMLCDPower sw) in PM_SetLCDPower() function
2627 while (!PM_SetLCDPower(PM_LCD_POWER_ON)) in PMi_LCDOnAvoidReset()