Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ wait_until_readable
Function
wait_until_readable
FluxEngine.cydsn/main.c:185–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
static void wait_until_readable(int ep)
186
{
187
while (USBFS_GetEPState(ep) != USBFS_OUT_BUFFER_FULL)
188
;
189
}
190
191
static void send_reply(struct any_frame* f)
192
{
Callers
1
usb_read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected