libmetal  353
metal_irq Struct Reference

Libmetal interrupt structure. More...

#include <irq_controller.h>

Data Fields

metal_irq_handler hd
 Interrupt handler. More...
 
void * arg
 Argument to pass to the interrupt handler. More...
 

Detailed Description

Libmetal interrupt structure.

Field Documentation

◆ arg

void* metal_irq::arg

Argument to pass to the interrupt handler.

◆ hd

metal_irq_handler metal_irq::hd

Interrupt handler.


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