|
XINU
|
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... | |
Input Capture UnitのI/Oポートアドレス、レジスタ、割り込み終了を定義する。
Definition in file icu.h.
1.8.13