ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_COMPILER |
Functions | |
char | AcpiUtHexToAsciiChar (UINT64 Integer, UINT32 Position) |
ACPI_STATUS | AcpiUtAsciiToHexByte (char *TwoAsciiChars, UINT8 *ReturnByte) |
UINT8 | AcpiUtAsciiCharToHex (int HexChar) |
Variables | |
static const char | AcpiGbl_HexToAscii [] |
#define _COMPONENT ACPI_COMPILER |
Definition at line 135 of file uthex.c.
Referenced by AcpiUtAsciiToHexByte(), and AcpiUtInsertDigit().
ACPI_STATUS AcpiUtAsciiToHexByte | ( | char * | TwoAsciiChars, |
UINT8 * | ReturnByte | ||
) |
Definition at line 100 of file uthex.c.
Referenced by AcpiEvMatchGpeMethod().
Definition at line 74 of file uthex.c.
Referenced by AcpiExConvertToAscii(), AcpiExEisaIdToString(), and AcpiExPciClsToString().
Definition at line 53 of file uthex.c.
Referenced by AcpiUtHexToAsciiChar().