Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_slist_next
Function
rt_slist_next
include/rtservice.h:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
rt_inline rt_slist_t *rt_slist_next(rt_slist_t *n)
272
{
273
return n->next;
274
}
275
276
rt_inline int rt_slist_isempty(rt_slist_t *l)
277
{
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_frame_send
Function · 0.85
rt_link_send_ready
Function · 0.85
rt_link_send_timeout
Function · 0.85
rt_link_service_attach
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_netdev_multiple_interfaces
Function · 0.68