Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_slist_first
Function
rt_slist_first
include/rtservice.h:259–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
rt_inline rt_slist_t *rt_slist_first(rt_slist_t *l)
260
{
261
return l->next;
262
}
263
264
rt_inline rt_slist_t *rt_slist_tail(rt_slist_t *l)
265
{
Callers
15
_pm_device_suspend
Function · 0.85
_pm_device_resume
Function · 0.85
_pm_device_frequency_change
Function · 0.85
rt_pm_device_unregister
Function · 0.85
rt_rbb_blk_get
Function · 0.85
rt_rbb_blk_queue_get
Function · 0.85
rt_rbb_next_blk_queue_len
Function · 0.85
rt_link_frame_remove
Function · 0.85
rt_link_service_send_finish
Function · 0.85
rt_link_resend_handle
Function · 0.85
rt_link_confirm_handle
Function · 0.85
rt_link_frame_check
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected