PatchworkOS  321f6ec
A non-POSIX operating system.
Loading...
Searching...
No Matches
ioapic_version_t Struct Reference

IO APIC Version Structure. More...

#include <ioapic.h>

Collaboration diagram for ioapic_version_t:

Data Fields

union { 
 
   uint32_t   raw 
 
   struct PACKED
 
      uint8_t   version 
 
      uint8_t   reserved 
 
      uint8_t   maxRedirs 
 
      uint8_t   reserved2 
 
   }  
 
};  
 

Detailed Description

IO APIC Version Structure.

Stored in the IOAPIC_REG_VERSION register.

Definition at line 112 of file ioapic.h.

Field Documentation

◆ raw

uint32_t ioapic_version_t::raw

Definition at line 115 of file ioapic.h.

◆ version

uint8_t ioapic_version_t::version

Definition at line 118 of file ioapic.h.

◆ reserved

uint8_t ioapic_version_t::reserved

Definition at line 119 of file ioapic.h.

◆ maxRedirs

uint8_t ioapic_version_t::maxRedirs

Definition at line 120 of file ioapic.h.

◆ reserved2

uint8_t ioapic_version_t::reserved2

Definition at line 121 of file ioapic.h.

◆ [union]

union { ... } ioapic_version_t

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