Skip to content

Commit

Permalink
feat: Reset the EVR fractional synth.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Dec 5, 2024
1 parent 7d4ce53 commit af47d10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions evrMrmApp/src/drvem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,12 @@ void EVRMRM::clockSet(double freq)
}
}

void EVRMRM::resetFracSynth()
{
epicsUInt32 oldfrac=READ32(base, FracDiv);
WRITE32(base, FracDiv, oldfrac);
}

epicsUInt16
EVRMRM::clockMode() const
{
Expand Down

0 comments on commit af47d10

Please sign in to comment.