wut  v1.5.0
Wii U Toolchain
Typedefs | Functions
Energy saver
Collaboration diagram for Energy saver:

Typedefs

typedef int32_t IMError
 

Functions

IMError IMDisableAPD ()
 
IMError IMDisableDim ()
 
IMError IMEnableAPD ()
 
IMError IMEnableDim ()
 
IMError IMIsAPDEnabled (uint32_t *outValue)
 
IMError IMIsAPDEnabledBySysSettings (uint32_t *outValue)
 
IMError IMIsDimEnabled (uint32_t *outValue)
 
IMError IMGetDimEnableDRC (uint32_t *outValue)
 
IMError IMGetDimEnableTV (uint32_t *outValue)
 
IMError IMGetDimPeriod (uint32_t *outValue)
 
IMError IMGetTimeBeforeAPD (uint32_t *outSeconds)
 
IMError IMGetTimeBeforeDimming (uint32_t *outSeconds)
 
IMError IMSetDimEnableDRC (BOOL value)
 
IMError IMSetDimEnableTV (BOOL value)
 
IMError IMStartAPDVideoMode ()
 

Detailed Description

Typedef Documentation

◆ IMError

typedef int32_t IMError

Definition at line 14 of file energysaver.h.

Function Documentation

◆ IMDisableAPD()

IMError IMDisableAPD ( )

◆ IMDisableDim()

IMError IMDisableDim ( )

◆ IMEnableAPD()

IMError IMEnableAPD ( )

◆ IMEnableDim()

IMError IMEnableDim ( )

◆ IMIsAPDEnabled()

IMError IMIsAPDEnabled ( uint32_t *  outValue)

◆ IMIsAPDEnabledBySysSettings()

IMError IMIsAPDEnabledBySysSettings ( uint32_t *  outValue)

◆ IMIsDimEnabled()

IMError IMIsDimEnabled ( uint32_t *  outValue)

◆ IMGetDimEnableDRC()

IMError IMGetDimEnableDRC ( uint32_t *  outValue)

◆ IMGetDimEnableTV()

IMError IMGetDimEnableTV ( uint32_t *  outValue)

◆ IMGetDimPeriod()

IMError IMGetDimPeriod ( uint32_t *  outValue)

◆ IMGetTimeBeforeAPD()

IMError IMGetTimeBeforeAPD ( uint32_t *  outSeconds)

◆ IMGetTimeBeforeDimming()

IMError IMGetTimeBeforeDimming ( uint32_t *  outSeconds)

◆ IMSetDimEnableDRC()

IMError IMSetDimEnableDRC ( BOOL  value)

◆ IMSetDimEnableTV()

IMError IMSetDimEnableTV ( BOOL  value)

◆ IMStartAPDVideoMode()

IMError IMStartAPDVideoMode ( )