Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getRefClock
Method
getRefClock
libraries/AD985X/AD985X.cpp:407–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
406
407
uint8_t AD9851::getRefClock()
408
{
409
return (_config & AD9851_REFCLK) ? 180 : 30;
410
}
411
412
413
void AD9851::setARCCutOffFreq(uint32_t Hz)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64