Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_wlan_get_workqueue
Function
rt_wlan_get_workqueue
components/drivers/wlan/dev_wlan_workqueue.c:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
struct rt_workqueue *rt_wlan_get_workqueue(void)
40
{
41
return wlan_workqueue;
42
}
43
44
rt_err_t rt_wlan_workqueue_dowork(void (*func)(void *parameter), void *parameter)
45
{
Callers
1
timer_callback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected