MCPcopy 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
271rt_inline rt_slist_t *rt_slist_next(rt_slist_t *n)
272{
273 return n->next;
274}
275
276rt_inline int rt_slist_isempty(rt_slist_t *l)
277{

Callers 15

_pm_device_suspendFunction · 0.85
_pm_device_resumeFunction · 0.85
rt_pm_device_unregisterFunction · 0.85
rt_rbb_blk_getFunction · 0.85
rt_rbb_blk_queue_getFunction · 0.85
rt_link_frame_removeFunction · 0.85
rt_link_frame_sendFunction · 0.85
rt_link_send_readyFunction · 0.85
rt_link_send_timeoutFunction · 0.85
rt_link_service_attachFunction · 0.85

Calls

no outgoing calls

Tested by 1