ReactOS
0.4.15-dev-1632-g4e289ce
|
#include <freeldr.h>
Go to the source code of this file.
Macros | |
#define | I2C_IO_BASE 0xc000 |
Functions | |
static BOOLEAN | WriteToSMBus (UCHAR Address, UCHAR bRegister, UCHAR Size, ULONG Data_to_smbus) |
static BOOLEAN | ReadfromSMBus (UCHAR Address, UCHAR bRegister, UCHAR Size, ULONG *Data_to_smbus) |
BOOLEAN | I2CTransmitByteGetReturn (UCHAR bPicAddressI2cFormat, UCHAR bDataToWrite, ULONG *Return) |
static BOOLEAN | I2CTransmitWord (UCHAR bPicAddressI2cFormat, USHORT wDataToWrite) |
static void | I2cSetFrontpanelLed (UCHAR b) |
void | XboxSetLED (PCSTR pattern) |
Definition at line 188 of file xboxi2c.c.
Referenced by XboxSetLED().
Definition at line 175 of file xboxi2c.c.
Definition at line 182 of file xboxi2c.c.
Referenced by I2cSetFrontpanelLed().
|
static |
Definition at line 98 of file xboxi2c.c.
Referenced by I2CTransmitByteGetReturn().
|
static |
Definition at line 27 of file xboxi2c.c.
Referenced by I2CTransmitWord().