XINU
Macros
icu.h File Reference

Input Capture UnitのI/Oポートアドレス、レジスタ、割り込み終了を定義する。 More...

Go to the source code of this file.

Macros

#define EOI   0x20
 非特定の割り込み終了 More...
 
#define ICU1   0x20
 I/Oポートアドレス(8259A #1) More...
 
#define ICU2   0xA0
 I/Oポートアドレス(8258A #2) More...
 
#define IMR   (ICU1 + 1)
 割り込みマスクレジスタ(Interrupt Mask Register) More...
 
#define OCR   ICU1
 オペレーションコマンドレジスタ(Operation Command Register) More...
 

Detailed Description

Input Capture UnitのI/Oポートアドレス、レジスタ、割り込み終了を定義する。

Definition in file icu.h.

Macro Definition Documentation

◆ EOI

#define EOI   0x20

非特定の割り込み終了

Definition at line 15 of file icu.h.

◆ ICU1

#define ICU1   0x20

I/Oポートアドレス(8259A #1)

Definition at line 7 of file icu.h.

◆ ICU2

#define ICU2   0xA0

I/Oポートアドレス(8258A #2)

Definition at line 9 of file icu.h.

◆ IMR

#define IMR   (ICU1 + 1)

割り込みマスクレジスタ(Interrupt Mask Register)

Definition at line 13 of file icu.h.

◆ OCR

#define OCR   ICU1

オペレーションコマンドレジスタ(Operation Command Register)

Definition at line 11 of file icu.h.