MCPcopy 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
393void AD9851::setRefClockHigh()
394{
395 _config |= AD9851_REFCLK;
396 setFrequency(_freq);
397}
398
399
400void AD9851::setRefClockLow()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64