Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cms_tk_ph2
Ph2_ACF
Commits
bb343429
Commit
bb343429
authored
Sep 13, 2021
by
Sarah Seif El Nasr
Browse files
DEBUG - trying with just the page toggle
parent
9f4d9575
Changes
1
Hide whitespace changes
Inline
Side-by-side
HWInterface/CbcInterface.cc
View file @
bb343429
...
...
@@ -840,6 +840,7 @@ uint16_t CbcInterface::ReadChipReg(Chip* pCbc, const std::string& pRegNode)
}
else
if
(
pRegNode
==
"Page"
)
{
LOG
(
INFO
)
<<
BOLDMAGENTA
<<
"Reading page register from CBC"
<<
+
pCbc
->
getId
()
<<
RESET
;
auto
cValue
=
ReadChipSingleReg
(
pCbc
,
"FeCtrl&TrgLat2"
);
LOG
(
INFO
)
<<
BOLDMAGENTA
<<
"Page register set to "
<<
+
cValue
<<
RESET
;
ChipRegMask
cMask
;
cMask
.
fBitShift
=
7
;
cMask
.
fNbits
=
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment