Go to the source code of this file.
Macro Definition Documentation
#define PIC_MASTER_BASE 0x20 |
Definition at line 21 of file pic.h.
#define PIC_MASTER_ICW1 0x11 |
Definition at line 24 of file pic.h.
#define PIC_MASTER_ICW2 0x20 |
Definition at line 25 of file pic.h.
#define PIC_MASTER_ICW3 0x04 |
Definition at line 26 of file pic.h.
#define PIC_MASTER_ICW4 0x01 |
Definition at line 27 of file pic.h.
#define PIC_SLAVE_BASE 0xa0 |
Definition at line 22 of file pic.h.
#define PIC_SLAVE_ICW1 0x11 |
Definition at line 29 of file pic.h.
#define PIC_SLAVE_ICW2 0x28 |
Definition at line 30 of file pic.h.
#define PIC_SLAVE_ICW3 0x02 |
Definition at line 31 of file pic.h.
#define PIC_SLAVE_ICW4 0x01 |
Definition at line 32 of file pic.h.
Function Documentation
Definition at line 90 of file pic.c.
Definition at line 25 of file pic.c.
Definition at line 46 of file pic.c.
{
if (irq > 15)
{
}
if (irq < 8)
{
}
else
{
}
}
Definition at line 69 of file pic.c.
{
if (irq > 15)
if (irq < 8)
{
}
else
{
}
}