Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplCPUIDLeaf Union Reference

A structure containing the 4-registers (EAX, EBX, ECX, EDX) for a CPU-Leaf. More...

#include <final_platform_layer.h>

Data Fields

struct { 
 
   uint32_t   eax 
 The 32-bit EAX Register. More...
 
   uint32_t   ebx 
 The 32-bit EBX Register. More...
 
   uint32_t   ecx 
 The 32-bit ECX Register. More...
 
   uint32_t   edx 
 The 32-bit EDX Register. More...
 
};  
 
uint32_t raw [4]
 The raw 32-bit register array.
 

Detailed Description

A structure containing the 4-registers (EAX, EBX, ECX, EDX) for a CPU-Leaf.

Definition at line 3402 of file final_platform_layer.h.

Field Documentation

◆ eax

uint32_t fplCPUIDLeaf::eax

The 32-bit EAX Register.

Definition at line 3405 of file final_platform_layer.h.

◆ ebx

uint32_t fplCPUIDLeaf::ebx

The 32-bit EBX Register.

Definition at line 3407 of file final_platform_layer.h.

◆ ecx

uint32_t fplCPUIDLeaf::ecx

The 32-bit ECX Register.

Definition at line 3409 of file final_platform_layer.h.

◆ edx

uint32_t fplCPUIDLeaf::edx

The 32-bit EDX Register.

Definition at line 3411 of file final_platform_layer.h.

◆ raw

uint32_t fplCPUIDLeaf::raw[4]

The raw 32-bit register array.

Definition at line 3414 of file final_platform_layer.h.


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