Skip to content

Commit 548e0cb

Browse files
committed
[cru] Add SCA MFT PSU registers
1 parent 67caf3e commit 548e0cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/ReadoutCard/Cru.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ static constexpr Register SCA_RD_CMD(0x00f00014);
5959
static constexpr Register SCA_RD_CTRL(0x00f00018);
6060
static constexpr Register SCA_RD_MON(0x00f0001c);
6161

62+
static constexpr Register SCA_MFT_PSU_DATA(0x00f00000);
63+
static constexpr Register SCA_MFT_PSU_CMD(0x00f00004);
64+
static constexpr Register SCA_MFT_PSU_CTRL(0x00f00008);
65+
static constexpr Register SCA_MFT_PSU_RESET(0x00f0000c);
66+
static constexpr Register SCA_MFT_PSU_MASTER_SLAVE(0x00f0003c);
67+
6268
static constexpr Register SC_LINK(0x00f00078);
6369
static constexpr Register SC_RESET(0x00f0007c);
6470

0 commit comments

Comments
 (0)