wut  1.0.0-beta9
Wii U Toolchain
Typedefs | Functions
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 ( )