wut  v1.7.0
Wii U Toolchain
Functions
cec.h File Reference
#include <wut.h>
#include <tve/cec.h>
Include dependency graph for cec.h:

Go to the source code of this file.

Functions

BOOL AVMCECInit (void)
 Initializes CEC. More...
 
void AVMEnableCEC (void)
 Enable CEC. More...
 
void AVMDisableCEC (void)
 Disable CEC. More...
 
BOOL AVMCECSendCommand (TVECECLogicalAddress destination, TVECECOpCode opCode, uint8_t *parameters, uint8_t numParameters)
 Sends a CEC command. More...
 
BOOL AVMCECReceiveCommand (TVECECLogicalAddress *outInitiator, TVECECOpCode *outOpCode, uint8_t *outParameters, uint8_t *outNumParameters)
 Get the last receieved CEC command. More...