Please enable JavaScript.
Coggle requires JavaScript to display documents.
ITP_DEVICE_POWER PowerIoctl( ) - Coggle Diagram
ITP_DEVICE_POWER
PowerIoctl( )
ITP_IOCTL_STANDBY_CLOCK
PowerClockStandby()
ITP_IOCTL_INIT
PowerInit()
itpInit() from itp_init_openrtos.c
itpInit() from itp_init_win32.c
Main_task() from main_openrtos.c
ITP_IOCTL_STANDBY
ScreenOff() from screen.c
PowerStandby()
ITP_IOCTL_SLEEP_CONTINUE
ScreenOffContinue() from screen.c
PowerSleepForDoubleClick()
ITP_IOCTL_RESUME_CLOCK
PowerClockResume()
ITP_IOCTL_SLEEP
ScreenOff() from screen.c
PowerSleep()
ITP_IOCTL_RESUME
ScreenOn() from screen.c
PowerResume()
ITP_IOCTL_OFF
PowerOff()
ITP_IOCTL_HIBERNATION
PowerHibernation();
ITP_IOCTL_SUSPEND
PowerSuspend()