MicrOS
idt_entry.h File Reference
#include <stdint.h>

Go to the source code of this file.

Classes

struct  idt_entry
 

Enumerations

enum  idt_entrygatetype {
  Task_16Bit = 0x5, Interrupt_16Bit = 0x6, Trap_16Bit = 0x7, Interrupt_32Bit = 0xE,
  Trap_32Bit = 0xF
}
 

Enumeration Type Documentation

◆ idt_entrygatetype

Enumerator
Task_16Bit 
Interrupt_16Bit 
Trap_16Bit 
Interrupt_32Bit 
Trap_32Bit