BEEP-8 SDK 1.0.0
Loading...
Searching...
No Matches
pic.h
Go to the documentation of this file.
1
13#pragma once
14#include <b8/type.h>
15
16#define B8_PIC_ADDR (0xffff0000)
17#define B8_PIC_DCR _B8_REG(B8_PIC_ADDR + 0x00)
18#define B8_PIC_IAR _B8_REG(B8_PIC_ADDR + 0x04)
19#define B8_PIC_EOIR _B8_REG(B8_PIC_ADDR + 0x08)