wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
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.
 
void AVMEnableCEC (void)
 Enable CEC.
 
void AVMDisableCEC (void)
 Disable CEC.
 
BOOL AVMCECSendCommand (TVECECLogicalAddress destination, TVECECOpCode opCode, uint8_t *parameters, uint8_t numParameters)
 Sends a CEC command.
 
BOOL AVMCECReceiveCommand (TVECECLogicalAddress *outInitiator, TVECECOpCode *outOpCode, uint8_t *outParameters, uint8_t *outNumParameters)
 Get the last receieved CEC command.