gotthard udp fix

This commit is contained in:
2019-08-26 11:47:28 +02:00
parent 3497175b15
commit aecf3bb7db
4 changed files with 36 additions and 3 deletions

View File

@ -8,6 +8,9 @@
/* Status register */
#define STATUS_REG (0x01 << MEM_MAP_SHIFT)
#define RUN_BUSY_OFST (0)
#define RUN_BUSY_MSK (0x00000001 << RUN_BUSY_OFST)
/* Set Cycles 64 bit register */
#define SET_CYCLES_LSB_REG (0x02 << MEM_MAP_SHIFT)
#define SET_CYCLES_MSB_REG (0x03 << MEM_MAP_SHIFT)