#include <limits.h>
#include "hwad.h"
#include "irqsystem.h"
#include "avrerror.h"
Go to the source code of this file.
Defines | |
#define | MUX0 0x01 |
#define | MUX1 0x02 |
#define | MUX2 0x04 |
#define | ADCBG 0x40 |
#define | ADEN 0x80 |
#define | ADSC 0x40 |
#define | ADFR 0x20 |
#define | ADIF 0x10 |
#define | ADIE 0x08 |
#define | ADPS2 0x04 |
#define | ADPS1 0x02 |
#define | ADPS0 0x01 |
#define | ADLAR (1<<5) |
#define ADEN 0x80 |
Definition at line 91 of file hwad.cpp.
Referenced by HWAd::CpuCycle().
#define ADFR 0x20 |
Definition at line 93 of file hwad.cpp.
Referenced by HWAd::CpuCycle().
#define ADIE 0x08 |
Definition at line 95 of file hwad.cpp.
Referenced by HWAd::CpuCycle(), and HWAd::SetAdcsr().
#define ADIF 0x10 |
Definition at line 94 of file hwad.cpp.
Referenced by HWAd::ClearIrqFlag(), HWAd::CpuCycle(), and HWAd::SetAdcsr().
#define ADLAR (1<<5) |
Definition at line 99 of file hwad.cpp.
Referenced by HWAd::CpuCycle().
#define ADPS0 0x01 |
Definition at line 98 of file hwad.cpp.
Referenced by HWAd::CpuCycle().
#define ADPS1 0x02 |
Definition at line 97 of file hwad.cpp.
Referenced by HWAd::CpuCycle().
#define ADPS2 0x04 |
Definition at line 96 of file hwad.cpp.
Referenced by HWAd::CpuCycle().
#define ADSC 0x40 |
Definition at line 92 of file hwad.cpp.
Referenced by HWAd::CpuCycle(), and HWAd::SetAdcsr().
#define MUX0 0x01 |
Definition at line 32 of file hwad.cpp.
Referenced by HWAdmux::GetMuxOutput().
#define MUX1 0x02 |
Definition at line 33 of file hwad.cpp.
Referenced by HWAdmux::GetMuxOutput().
#define MUX2 0x04 |
Definition at line 34 of file hwad.cpp.
Referenced by HWAdmux::GetMuxOutput().