MCPcopy 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
407uint8_t AD9851::getRefClock()
408{
409 return (_config & AD9851_REFCLK) ? 180 : 30;
410}
411
412
413void AD9851::setARCCutOffFreq(uint32_t Hz)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64