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

Function ad_bit

rigs/kit/dds60.c:296–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296static void ad_bit(hamlib_port_t *port, unsigned char bit)
297{
298 bit &= DATA;
299
300 par_write_data(port, bit);
301 ad_delay(1);
302
303 par_write_data(port, bit | CLOCK);
304 ad_delay(1);
305
306 par_write_data(port, bit);
307 ad_delay(1);
308}
309
310static void ad_write(hamlib_port_t *port, unsigned long word,
311 unsigned char control)

Callers 1

ad_writeFunction · 0.85

Calls 2

par_write_dataFunction · 0.85
ad_delayFunction · 0.70

Tested by

no test coverage detected