Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
static void wait_until_writeable(int ep)
180
{
181
while (USBFS_GetEPState(ep) != USBFS_IN_BUFFER_EMPTY)
182
;
183
}
184
185
static void wait_until_readable(int ep)
186
{
Callers
3
send_reply
Function · 0.85
cmd_bulk_write_test
Function · 0.85
cmd_read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected