armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
irq.h
Go to the documentation of this file.
1 
7 #ifndef ARM8_IRQ_S_H
8 #define ARM8_IRQ_S_H
9 
14 void irq_vector_init();
16 void irq_enable();
18 void irq_disable();
19 
20 #endif
irq_enable
void irq_enable()
irq_disable
void irq_disable()
irq_vector_init
void irq_vector_init()