#include "hwacomp.h"
#include "irqsystem.h"
Go to the source code of this file.
Defines | |
#define | ACD 0x80 |
#define | ACO 0x20 |
#define | ACI 0x10 |
#define | ACIE 0x08 |
#define | ACIC 0x04 |
#define | ACIS1 0x02 |
#define | ACIS0 0x01 |
#define ACD 0x80 |
Definition at line 30 of file hwacomp.cpp.
#define ACI 0x10 |
Definition at line 32 of file hwacomp.cpp.
Referenced by HWAcomp::ClearIrqFlag(), HWAcomp::PinStateHasChanged(), and HWAcomp::SetAcsr().
#define ACIC 0x04 |
Definition at line 34 of file hwacomp.cpp.
#define ACIE 0x08 |
Definition at line 33 of file hwacomp.cpp.
Referenced by HWAcomp::PinStateHasChanged(), and HWAcomp::SetAcsr().
#define ACIS0 0x01 |
Definition at line 36 of file hwacomp.cpp.
Referenced by HWAcomp::PinStateHasChanged().
#define ACIS1 0x02 |
Definition at line 35 of file hwacomp.cpp.
Referenced by HWAcomp::PinStateHasChanged().
#define ACO 0x20 |
Definition at line 31 of file hwacomp.cpp.
Referenced by HWAcomp::PinStateHasChanged().