MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / wait_until_writeable

Function wait_until_writeable

FluxEngine.cydsn/main.c:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179static void wait_until_writeable(int ep)
180{
181 while (USBFS_GetEPState(ep) != USBFS_IN_BUFFER_EMPTY)
182 ;
183}
184
185static void wait_until_readable(int ep)
186{

Callers 3

send_replyFunction · 0.85
cmd_bulk_write_testFunction · 0.85
cmd_readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected