ReactOS 0.4.16-dev-1946-g52006dd
uacpi_op_spec Struct Reference

#include <opcodes.h>

Public Attributes

uacpi_charname
 
union {
   uacpi_u8   decode_ops [16]
 
   uacpi_u8 *   indirect_decode_ops
 
}; 
 
uacpi_u8 properties
 
uacpi_aml_op code
 

Detailed Description

Definition at line 298 of file opcodes.h.

Member Data Documentation

◆ 

union { ... } uacpi_op_spec::@689

◆ code

uacpi_aml_op uacpi_op_spec::code

Definition at line 305 of file opcodes.h.

◆ decode_ops

uacpi_u8 uacpi_op_spec::decode_ops[16]

Definition at line 301 of file opcodes.h.

Referenced by op_decode_cursor().

◆ indirect_decode_ops

uacpi_u8* uacpi_op_spec::indirect_decode_ops

Definition at line 302 of file opcodes.h.

Referenced by op_decode_cursor().

◆ name

uacpi_char* uacpi_op_spec::name

Definition at line 299 of file opcodes.h.

◆ properties

uacpi_u8 uacpi_op_spec::properties

Definition at line 304 of file opcodes.h.

Referenced by op_decode_cursor().


The documentation for this struct was generated from the following file: