13 lines
224 B
C
Executable File
13 lines
224 B
C
Executable File
#ifndef __REGISTERS_H__
|
|
#define __REGISTERS_H__
|
|
|
|
|
|
#define UTIL_ADDR 0x40050000
|
|
|
|
#define TIMING_ENGINE_ADDR 0x40051000
|
|
#define DIG_RX_ADDR 0x20000000
|
|
#define DIG_RX_STRIDE 0x10000
|
|
#define WAVEFORM_GEN_ADDR 0x40053000
|
|
|
|
#endif
|