Kernelite 0.1.0
Kernelite is a minimalist, educational operating system kernel built from scratch. The project aims to recreate core components of the Linux architecture to explore the fundamentals of operating system design and hardware-software interaction.
Loading...
Searching...
No Matches
Data Fields
interrupt_t Struct Reference

Describes a single interrupt as parsed from an FDT "interrupts" specifier. More...

#include <fdt.h>

Data Fields

irq_type_t type
 Interrupt category (SPI or PPI).
 
uint32_t id
 Interrupt number within its category.
 
irq_trigger_t trigger
 Trigger type for this interrupt.
 

Detailed Description

Describes a single interrupt as parsed from an FDT "interrupts" specifier.


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