mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 16:30:06 +00:00
c6bc245b3d
Change-Id: Iafef4059bd136dd9f3aebf2b03ab5ac186e035a6
12 lines
240 B
C
12 lines
240 B
C
#ifndef __DIS_DEFINES__
|
|
#define __DIS_DEFINES__
|
|
|
|
// The processor dependent config/status port
|
|
#define PDC_PORT PORTA
|
|
#define PDC_DDR DDRA
|
|
#define PDC_DIN PINA
|
|
|
|
unsigned int disassemble(unsigned int addr);
|
|
|
|
#endif
|