We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67caf3e commit 548e0cbCopy full SHA for 548e0cb
include/ReadoutCard/Cru.h
@@ -59,6 +59,12 @@ static constexpr Register SCA_RD_CMD(0x00f00014);
59
static constexpr Register SCA_RD_CTRL(0x00f00018);
60
static constexpr Register SCA_RD_MON(0x00f0001c);
61
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
+
68
static constexpr Register SC_LINK(0x00f00078);
69
static constexpr Register SC_RESET(0x00f0007c);
70
0 commit comments