This commit is contained in:
maliakal_d 2019-10-24 19:39:58 +02:00
parent 8e771c48bd
commit f9d832bf34
2 changed files with 12 additions and 0 deletions

View File

@ -508,6 +508,7 @@ class CmdProxy {
{"i_io", "im_io"}
/* Pattern */
/* Moench */
};
@ -730,6 +731,8 @@ class CmdProxy {
{"patmask", &CmdProxy::patmask},
{"patsetbit", &CmdProxy::patsetbit},
/* Moench */
@ -794,6 +797,7 @@ class CmdProxy {
std::string PatternLoopCycles(int action);
std::string PatternWaitAddress(int action);
std::string PatternWaitTime(int action);
/* Moench */
@ -1262,6 +1266,9 @@ class CmdProxy {
"[64 bit mask]\n\t[Ctb] 64 bit values applied to the selected patmask for every pattern.");
/* Moench */
DAC_COMMAND(adcvpp, getDAC, setDAC, defs::ADC_VPP,

View File

@ -1240,4 +1240,9 @@ std::string CmdProxy::PatternWaitTime(int action) {
}
/* Moench */
} // namespace sls