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 ARM6_IRQ_S_H
8 #define ARM6_IRQ_S_H
9 
14 void irq_vector_init();
19 void irq_enable();
24 void irq_disable();
25 
26 #endif
irq_enable
void irq_enable()
irq_disable
void irq_disable()
irq_vector_init
void irq_vector_init()