XenevaOS
Loading...
Searching...
No Matches
Macros | Functions
uthex.c File Reference
#include "acpi.h"
#include "accommon.h"
Include dependency graph for uthex.c:

Macros

#define _COMPONENT   ACPI_COMPILER
 

Functions

char AcpiUtHexToAsciiChar (UINT64 Integer, UINT32 Position)
 
ACPI_STATUS AcpiUtAsciiToHexByte (char *TwoAsciiChars, UINT8 *ReturnByte)
 
UINT8 AcpiUtAsciiCharToHex (int HexChar)
 

Macro Definition Documentation

◆ _COMPONENT

#define _COMPONENT   ACPI_COMPILER

Function Documentation

◆ AcpiUtAsciiCharToHex()

UINT8 AcpiUtAsciiCharToHex ( int  HexChar)

◆ AcpiUtAsciiToHexByte()

ACPI_STATUS AcpiUtAsciiToHexByte ( char *  TwoAsciiChars,
UINT8 ReturnByte 
)

◆ AcpiUtHexToAsciiChar()

char AcpiUtHexToAsciiChar ( UINT64  Integer,
UINT32  Position 
)