MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / ad_sdata

Function ad_sdata

rigs/kit/elektor304.c:274–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274static int ad_sdata(hamlib_port_t *port, int i)
275{
276 int ret;
277
278 ret = ser_set_rts(port, i);
279 ad_delay(AD_DELAY);
280
281 if (ret != RIG_OK)
282 rig_debug(RIG_DEBUG_ERR, "%s: unable to set statusbits\n",
283 __func__);
284
285 return ret;
286}
287
288static int ad_sclk(const hamlib_port_t *port, int i)
289{

Callers 2

ad_writeFunction · 0.85
elektor304_set_freqFunction · 0.85

Calls 3

ser_set_rtsFunction · 0.85
rig_debugFunction · 0.85
ad_delayFunction · 0.70

Tested by

no test coverage detected