PatchworkOS
Loading...
Searching...
No Matches
irq_handler_t Struct Reference
Kernel » CPU » IRQ

Structure to hold all callbacks for an IRQ. More...

#include <irq.h>

Data Fields

irq_callback_t callbacks [IRQ_MAX_CALLBACK]
 
uint32_t callbackAmount
 
bool redirected
 

Detailed Description

Structure to hold all callbacks for an IRQ.

Definition at line 65 of file irq.h.

Field Documentation

◆ callbackAmount

uint32_t irq_handler_t::callbackAmount

Definition at line 68 of file irq.h.

Referenced by irq_dispatch(), irq_install(), and irq_uninstall().

◆ callbacks

irq_callback_t irq_handler_t::callbacks[IRQ_MAX_CALLBACK]

Definition at line 67 of file irq.h.

Referenced by irq_dispatch(), irq_install(), and irq_uninstall().

◆ redirected

bool irq_handler_t::redirected

Definition at line 69 of file irq.h.

Referenced by irq_install().


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