Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
irq_entry_t Struct Reference

#include <interrupt.h>

Data Fields

uint8_t mask
 
boolean_t use_default_isr
 
boolean_t configured
 
boolean_t allocated
 
void * handler [16]
 

Detailed Description

Definition at line 63 of file interrupt.h.

Field Documentation

◆ allocated

boolean_t irq_entry_t::allocated

Definition at line 67 of file interrupt.h.

Referenced by irq_alloc_entry().

◆ configured

boolean_t irq_entry_t::configured

Definition at line 66 of file interrupt.h.

Referenced by __attribute__(), and irq_register().

◆ handler

void* irq_entry_t::handler[16]

Definition at line 68 of file interrupt.h.

Referenced by __attribute__(), and irq_register().

◆ mask

uint8_t irq_entry_t::mask

Definition at line 64 of file interrupt.h.

Referenced by __attribute__(), and irq_register().

◆ use_default_isr

boolean_t irq_entry_t::use_default_isr

Definition at line 65 of file interrupt.h.

Referenced by __attribute__(), and irq_register().


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