Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setRefClockHigh
Method
setRefClockHigh
libraries/AD985X/AD985X.cpp:393–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
392
393
void AD9851::setRefClockHigh()
394
{
395
_config |= AD9851_REFCLK;
396
setFrequency(_freq);
397
}
398
399
400
void AD9851::setRefClockLow()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64