Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hamlib/Hamlib
/ pdelay
Function
pdelay
rigs/flexradio/sdr1k.c:217–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
static void pdelay(RIG *rig)
218
{
219
unsigned char r;
220
par_read_data(RIGPORT(rig), &r); /* ~1us */
221
}
222
223
int sdr1k_open(RIG *rig)
224
{
Callers
1
write_latch
Function · 0.85
Calls
1
par_read_data
Function · 0.85
Tested by
no test coverage detected