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

Function ad_fsync

rigs/kit/elektor304.c:302–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302static int ad_fsync(hamlib_port_t *port, int i)
303{
304 int ret;
305
306 ret = ser_set_dtr(port, i);
307 ad_delay(AD_DELAY);
308
309 if (ret != RIG_OK)
310 rig_debug(RIG_DEBUG_ERR, "%s: unable to set statusbits\n",
311 __func__);
312
313 return ret;
314}
315
316static int ad_write(hamlib_port_t *port, unsigned data)
317{

Callers 2

ad_writeFunction · 0.85
elektor304_set_freqFunction · 0.85

Calls 3

ser_set_dtrFunction · 0.85
rig_debugFunction · 0.85
ad_delayFunction · 0.70

Tested by

no test coverage detected