Skip to content

Commit

Permalink
feat: Update of printreg with generic regs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Sep 30, 2024
1 parent 910454e commit 0ff9f0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions evgMrmApp/src/evgInit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -678,10 +678,18 @@ struct printreg {
REGINFO("DataBufferControl",DataBufferControl,32),
REGINFO("DBusSrc", DBusSrc, 32),
REGINFO("FPGAVersion", FPGAVersion, 32),

REGINFO("TSControl", TSControl, 32),
REGINFO("TSValue", TSValue, 32),

REGINFO("ClockControl", ClockControl, 32),
REGINFO("ClockStatus", ClockStatus, 16),

REGINFO("SeqControl(0)", SeqControl(0), 32),
REGINFO("SeqControl(1)", SeqControl(1), 32),

REGINFO("FracSynthWord", FracSynthWord, 32),
REGINFO("RxInitPS", RxInitPS, 32),

REGINFO("TrigEventCtrl(0)", TrigEventCtrl(0), 32),
REGINFO("TrigEventCtrl(1)", TrigEventCtrl(1), 32),
Expand Down

0 comments on commit 0ff9f0c

Please sign in to comment.